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

github.com/stefan-niedermann/nextcloud-notes.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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/drawable/bg_navdrawer_item.xml b/app/src/main/res/drawable/bg_navdrawer_item.xml
index a366c0d2..008b2abb 100644
--- a/app/src/main/res/drawable/bg_navdrawer_item.xml
+++ b/app/src/main/res/drawable/bg_navdrawer_item.xml
@@ -10,7 +10,7 @@
<shape android:shape="rectangle">
<!-- value of color is irrelevant, but solid needs to be defined for mask to work -->
<solid android:color="@color/bg_highlighted" />
- <corners android:radius="@dimen/spacer_1hx" />
+ <corners android:radius="@dimen/spacer_5x" />
</shape>
</item>
@@ -21,14 +21,14 @@
<selector>
<item android:state_selected="true">
<shape android:shape="rectangle">
- <corners android:radius="@dimen/spacer_1hx" />
+ <corners android:radius="@dimen/spacer_5x" />
<solid android:color="@color/bg_highlighted" />
</shape>
</item>
<item>
<shape android:shape="rectangle">
- <corners android:radius="@dimen/spacer_1hx" />
+ <corners android:radius="@dimen/spacer_5x" />
</shape>
</item>
</selector>