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/drawable/bg_navdrawer_item.xml')
-rw-r--r--app/src/main/res/drawable/bg_navdrawer_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/drawable/bg_navdrawer_item.xml b/app/src/main/res/drawable/bg_navdrawer_item.xml
index 0c60f8c76..183046bf2 100644
--- a/app/src/main/res/drawable/bg_navdrawer_item.xml
+++ b/app/src/main/res/drawable/bg_navdrawer_item.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:color="@color/bg_highlighted" android:state_checked="true" />
+ <item android:color="?attr/colorSecondaryContainer" android:state_checked="true" />
<item android:color="@android:color/transparent" />
</selector> \ No newline at end of file