mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 22:03:27 +00:00
new icons for ios. new renderers for editor, picker, table view. android style changes.
This commit is contained in:
@@ -51,7 +51,14 @@ namespace Bit.Android.Controls
|
||||
|
||||
private void SetBorder(ExtendedEntry view)
|
||||
{
|
||||
//Not suported on Android
|
||||
if(!view.HasBorder)
|
||||
{
|
||||
Control.SetBackgroundColor(global::Android.Graphics.Color.Transparent);
|
||||
}
|
||||
else
|
||||
{
|
||||
Control.SetBackgroundColor(view.BottomBorderColor.ToAndroid());
|
||||
}
|
||||
}
|
||||
|
||||
private void SetMaxLength(ExtendedEntry view)
|
||||
|
||||
Reference in New Issue
Block a user