mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 18:23:51 +00:00
Implemented specific entry padding for android api 21.
This commit is contained in:
@@ -23,6 +23,11 @@ namespace Bit.App.Controls
|
||||
Margin = new Thickness(0, int.MaxValue, 0, 0)
|
||||
};
|
||||
Entry.TextChanged += Entry_TextChanged;
|
||||
|
||||
if(Device.OS == TargetPlatform.Android)
|
||||
{
|
||||
Label.TextColor = Color.Black;
|
||||
}
|
||||
}
|
||||
|
||||
private void Entry_TextChanged(object sender, TextChangedEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user