Fixed choose account in which to save newly created contact dialog when in dark mode
This commit is contained in:
parent
051a6fb393
commit
0306291626
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
|||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
android:orientation="vertical"
|
||||
android:background="?attr/backgroundColor">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
|
Loading…
Reference in a new issue