mirror of
https://github.com/bitwarden/mobile
synced 2025-12-23 03:33:59 +00:00
Android UI improvements. Added hockeyapp for android. Recycle lsitview elements.
This commit is contained in:
@@ -6,6 +6,14 @@ namespace Bit.App.Controls
|
||||
{
|
||||
public class ExtendedEntry : Entry
|
||||
{
|
||||
public ExtendedEntry()
|
||||
{
|
||||
if(Device.OS == TargetPlatform.Android)
|
||||
{
|
||||
PlaceholderColor = Color.FromHex("c7c7cd");
|
||||
}
|
||||
}
|
||||
|
||||
public static readonly BindableProperty HasBorderProperty =
|
||||
BindableProperty.Create(nameof(HasBorder), typeof(bool), typeof(ExtendedEntry), true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user