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:
authorStefan Niedermann <info@niedermann.it>2020-04-29 11:44:16 +0300
committerStefan Niedermann <info@niedermann.it>2020-04-29 11:44:16 +0300
commitb665d99d6c246976e4760a892ef7ecc8b691d0ba (patch)
treeb7c392dee179f9a553118816b312799a4f8295fc /app/src/main/res/drawable
parent44e8a353bec8025e386201414f80dc073f7e5e65 (diff)
👤 Fix unresolved theme attributes when displaying overlapping avatars
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/avatar_border.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/src/main/res/drawable/avatar_border.xml b/app/src/main/res/drawable/avatar_border.xml
index ba23af2bd..63f7a3f3b 100644
--- a/app/src/main/res/drawable/avatar_border.xml
+++ b/app/src/main/res/drawable/avatar_border.xml
@@ -2,7 +2,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="@dimen/avatar_size_small_overlapping" />
- <stroke
- android:width="@dimen/avatar_size_small_overlapping_border"
- android:color="?attr/colorSurface" />
+ <stroke android:width="@dimen/avatar_size_small_overlapping_border" />
</shape> \ No newline at end of file