Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/dialog_account_switcher.xml')
-rw-r--r--app/src/main/res/layout/dialog_account_switcher.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/dialog_account_switcher.xml b/app/src/main/res/layout/dialog_account_switcher.xml
index baba8159d..9d0b7b122 100644
--- a/app/src/main/res/layout/dialog_account_switcher.xml
+++ b/app/src/main/res/layout/dialog_account_switcher.xml
@@ -66,7 +66,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
- android:background="@color/bg_highlighted" />
+ android:background="?attr/colorOutlineVariant" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/accounts_list"