mirror of
https://github.com/bitwarden/mobile
synced 2026-01-09 03:53:15 +00:00
list row separator
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
<DataTemplate x:DataType="pages:GroupingsPageListGroup">
|
||||
<ViewCell>
|
||||
<StackLayout Spacing="0" Padding="0">
|
||||
<BoxView StyleClass="box-row-separator"
|
||||
<BoxView StyleClass="list-section-separator"
|
||||
IsVisible="{Binding First, Converter={StaticResource inverseBool}}" />
|
||||
<StackLayout StyleClass="list-row-header">
|
||||
<Label
|
||||
|
||||
@@ -166,6 +166,13 @@
|
||||
<Setter Property="Padding"
|
||||
Value="2, 5" />
|
||||
</Style>
|
||||
<Style TargetType="BoxView"
|
||||
Class="list-section-separator">
|
||||
<Setter Property="HeightRequest"
|
||||
Value="1" />
|
||||
<Setter Property="Color"
|
||||
Value="{StaticResource ListItemBorderColor}" />
|
||||
</Style>
|
||||
<Style TargetType="Label"
|
||||
Class="list-title">
|
||||
</Style>
|
||||
|
||||
Reference in New Issue
Block a user