mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-22 11:35:21 +01:00
background color updates
This commit is contained in:
parent
17af08b7d4
commit
acfe0032ef
6203
src/Android/Resources/Resource.Designer.cs
generated
6203
src/Android/Resources/Resource.Designer.cs
generated
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
||||
|
||||
namespace Bit.App.Controls
|
||||
{
|
||||
public class LabeledDetailCell : ViewCell
|
||||
public class LabeledDetailCell : ExtendedViewCell
|
||||
{
|
||||
public LabeledDetailCell()
|
||||
{
|
||||
|
@ -210,6 +210,9 @@ namespace Bit.App.Pages
|
||||
|
||||
Button.Image = "more";
|
||||
Button.Command = new Command(() => ShowMore());
|
||||
Button.BackgroundColor = Color.Transparent;
|
||||
|
||||
BackgroundColor = Color.White;
|
||||
}
|
||||
|
||||
public VaultListPageModel.Site SiteParameter
|
||||
@ -231,7 +234,7 @@ namespace Bit.App.Pages
|
||||
}
|
||||
}
|
||||
|
||||
private class VaultListHeaderViewCell : ViewCell
|
||||
private class VaultListHeaderViewCell : ExtendedViewCell
|
||||
{
|
||||
public VaultListHeaderViewCell(VaultListSitesPage page)
|
||||
{
|
||||
@ -255,12 +258,12 @@ namespace Bit.App.Pages
|
||||
Orientation = StackOrientation.Horizontal,
|
||||
VerticalOptions = LayoutOptions.FillAndExpand,
|
||||
Children = { image, label },
|
||||
BackgroundColor = Color.FromHex("efeff4"),
|
||||
Padding = new Thickness(16, 0, 0, 0)
|
||||
};
|
||||
|
||||
View = stackLayout;
|
||||
Height = 40;
|
||||
BackgroundColor = Color.FromHex("efeff4");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user