1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-30 04:17:55 +02:00

better sizing on btn title

This commit is contained in:
Kyle Spearrin 2019-05-06 23:18:13 -04:00
parent 2816e72aa9
commit 51ee93eca0
3 changed files with 12 additions and 5 deletions

View File

@ -29,7 +29,7 @@
Spacing="0"
Padding="0">
<controls:MiButton
StyleClass="btn-title"
StyleClass="btn-title, btn-title-platform"
Text="&#xe5c4;"
VerticalOptions="CenterAndExpand"
Clicked="BackButton_Clicked" />

View File

@ -19,6 +19,17 @@
Value="25" />
</Style>
<!-- Title -->
<Style TargetType="Button"
Class="btn-title-platform"
ApplyToDerivedTypes="True">
<Setter Property="WidthRequest"
Value="28" />
<Setter Property="FontSize"
Value="24" />
</Style>
<!-- List -->
<Style TargetType="ListView"

View File

@ -77,10 +77,6 @@
Value="Transparent" />
<Setter Property="Padding"
Value="0" />
<Setter Property="WidthRequest"
Value="37" />
<Setter Property="FontSize"
Value="25" />
<Setter Property="TextColor"
Value="{StaticResource TitleTextColor}" />
</Style>