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/bottom_sheet_rounded.xml')
-rw-r--r--app/src/main/res/drawable/bottom_sheet_rounded.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/drawable/bottom_sheet_rounded.xml b/app/src/main/res/drawable/bottom_sheet_rounded.xml
index cef4c2314..ba266ed32 100644
--- a/app/src/main/res/drawable/bottom_sheet_rounded.xml
+++ b/app/src/main/res/drawable/bottom_sheet_rounded.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
- <solid android:color="@color/primary" />
+ <solid android:color="?attr/colorSurface" />
<corners
android:topLeftRadius="16dp"
android:topRightRadius="16dp" />
+
</shape> \ No newline at end of file