From d81585ccc3fb8c24bc47ec35ceb5bed995d9f5b1 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 24 Jun 2019 11:53:19 -0400 Subject: [PATCH] search bar for ios --- src/App/Pages/Vault/CiphersPage.xaml | 63 ++++++++++++------------- src/App/Pages/Vault/CiphersPage.xaml.cs | 8 +++- src/App/Styles/Android.xaml | 10 ++++ src/App/Styles/Base.xaml | 10 ---- src/App/Styles/iOS.xaml | 10 ++++ 5 files changed, 58 insertions(+), 43 deletions(-) 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 @@ - +