aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-12-27 18:01:03 -0800
committerAllan Wang <me@allanwang.ca>2019-12-27 18:01:03 -0800
commit765aba2b34a33d67acccb90789b818817fec2181 (patch)
tree9c522d9db2b90dbdbd29ee2e13b1512ab89abf51 /app/src/main/res/drawable
parent44524ce6eea7b0d0998bbabc8d72ea8b43f55f02 (diff)
downloadfrost-765aba2b34a33d67acccb90789b818817fec2181.tar.gz
frost-765aba2b34a33d67acccb90789b818817fec2181.tar.bz2
frost-765aba2b34a33d67acccb90789b818817fec2181.zip
Prepare for nav option entries
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/nav_item_background.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/drawable/nav_item_background.xml b/app/src/main/res/drawable/nav_item_background.xml
index 7c7a7209..415dd9f2 100644
--- a/app/src/main/res/drawable/nav_item_background.xml
+++ b/app/src/main/res/drawable/nav_item_background.xml
@@ -3,7 +3,7 @@
android:color="#f0f">
<item
android:id="@android:id/mask"
- android:right="8dp">
+ android:right="16dp">
<shape android:shape="rectangle">
<corners
android:bottomRightRadius="50dp"