mirror of
https://github.com/bitwarden/mobile
synced 2026-01-05 01:53:17 +00:00
more button on cipher listing
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
<Style TargetType="Grid"
|
||||
Class="list-row-platform">
|
||||
</Style>
|
||||
<Style TargetType="ImageButton"
|
||||
Class="list-button-platform">
|
||||
</Style>
|
||||
|
||||
<!-- Box -->
|
||||
|
||||
|
||||
@@ -97,6 +97,18 @@
|
||||
<Setter Property="TextColor"
|
||||
Value="{StaticResource MutedColor}" />
|
||||
</Style>
|
||||
<Style TargetType="ImageButton"
|
||||
ApplyToDerivedTypes="True"
|
||||
Class="list-button">
|
||||
<Setter Property="BackgroundColor"
|
||||
Value="Transparent" />
|
||||
<Setter Property="Padding"
|
||||
Value="0" />
|
||||
<Setter Property="HorizontalOptions"
|
||||
Value="End" />
|
||||
<Setter Property="VerticalOptions"
|
||||
Value="CenterAndExpand" />
|
||||
</Style>
|
||||
|
||||
<!-- Box -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user