summaryrefslogtreecommitdiffstats
path: root/res/drawable/round_rect_primary.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/round_rect_primary.xml')
-rw-r--r--res/drawable/round_rect_primary.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/round_rect_primary.xml b/res/drawable/round_rect_primary.xml
index 2c47e0653..9f8f4da48 100644
--- a/res/drawable/round_rect_primary.xml
+++ b/res/drawable/round_rect_primary.xml
@@ -17,5 +17,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="?android:attr/colorPrimary" />
- <corners android:radius="2dp" />
+ <corners android:radius="8dp" />
</shape>