diff --git a/src/App/Pages/Vault/CiphersPage.xaml b/src/App/Pages/Vault/CiphersPage.xaml index 0906a1d69..b7e52d633 100644 --- a/src/App/Pages/Vault/CiphersPage.xaml +++ b/src/App/Pages/Vault/CiphersPage.xaml @@ -20,34 +20,33 @@ + + + + + - - - - - - - - + + IsVisible="{Binding ShowList}" + ItemsSource="{Binding Ciphers}" + VerticalOptions="FillAndExpand" + HasUnevenRows="true" + CachingStrategy="RecycleElement" + ItemSelected="RowSelected" + StyleClass="list, list-platform"> ("deviceActionService"); } diff --git a/src/App/Styles/Android.xaml b/src/App/Styles/Android.xaml index c947d54ce..6ecf50439 100644 --- a/src/App/Styles/Android.xaml +++ b/src/App/Styles/Android.xaml @@ -21,6 +21,16 @@ + diff --git a/src/App/Styles/Base.xaml b/src/App/Styles/Base.xaml index f9c80a725..193af79ef 100644 --- a/src/App/Styles/Base.xaml +++ b/src/App/Styles/Base.xaml @@ -124,16 +124,6 @@ - +