mirror of
https://github.com/bitwarden/android.git
synced 2024-12-18 23:31:52 +03:00
searchbar adjustments
This commit is contained in:
parent
e0b9261a28
commit
61c492f85e
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ namespace Bit.App.Pages
|
|||
Search = new SearchBar
|
||||
{
|
||||
Placeholder = "Search vault",
|
||||
BackgroundColor = Color.FromHex("E8E8ED")
|
||||
FontSize = Device.GetNamedSize(NamedSize.Small, typeof(Button))
|
||||
};
|
||||
Search.TextChanged += SearchBar_TextChanged;
|
||||
Search.SearchButtonPressed += SearchBar_SearchButtonPressed;
|
||||
|
|
Loading…
Reference in a new issue