1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-27 03:52:57 +02:00

searchbar adjustments

This commit is contained in:
Kyle Spearrin 2016-07-14 00:58:28 -04:00
parent e0b9261a28
commit 61c492f85e

View File

@ -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;