mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
style for ExtendedListView
This commit is contained in:
parent
44baa4cc1e
commit
8083390eab
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ namespace Bit.App
|
|||
|
||||
// List View
|
||||
|
||||
Resources.Add(new Style(typeof(ListView))
|
||||
Resources.Add(new Style(typeof(ExtendedListView))
|
||||
{
|
||||
Setters = {
|
||||
new Setter { Property = ListView.SeparatorColorProperty, Value = grayLighter }
|
||||
|
|
Loading…
Reference in a new issue