1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-19 17:03:21 +00:00

login page layout

This commit is contained in:
Kyle Spearrin
2019-05-01 15:11:54 -04:00
parent c8368a2190
commit 3b97fa0379
8 changed files with 170 additions and 85 deletions

View File

@@ -2,6 +2,12 @@
<ResourceDictionary xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Bit.App.Styles.Android">
<Style TargetType="Entry"
ApplyToDerivedTypes="True">
<Setter Property="Margin"
Value="-4, 0" />
</Style>
<!-- List -->
<Style TargetType="ListView"

View File

@@ -207,8 +207,6 @@
Class="box-label">
<Setter Property="FontSize"
Value="Small" />
<Setter Property="Margin"
Value="0, 0, 0, 5" />
<Setter Property="TextColor"
Value="{StaticResource MutedColor}" />
</Style>
@@ -217,6 +215,8 @@
Class="box-value">
<Setter Property="LineBreakMode"
Value="CharacterWrap" />
<Setter Property="Margin"
Value="0, 5, 0, 0" />
</Style>
<Style TargetType="Label"
Class="box-sub-label">