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>2019-05-05 11:56:10 +0300
committerstefan-niedermann <info@niedermann.it>2019-05-05 11:56:10 +0300
commitf9f04c7f36753b09c9c660d3cb657193706b0cac (patch)
treeebf7194e6a735b6c12aa50023df95e634f9403d9 /app/src/main/res/drawable
parent9ae6ccb4e1fa2977f4bf0f90758eee7710a87e65 (diff)
Popup menu for boards in navigation view (edit, archive, delete)
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/circle_alpha_check_36dp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/drawable/circle_alpha_check_36dp.xml b/app/src/main/res/drawable/circle_alpha_check_36dp.xml
index 46439840f..57991dafc 100644
--- a/app/src/main/res/drawable/circle_alpha_check_36dp.xml
+++ b/app/src/main/res/drawable/circle_alpha_check_36dp.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
- <shape xmlns:android="http://schemas.android.com/apk/res/android"
+ <shape
android:shape="oval">
<solid android:color="#55ffffff" />
<size