extension settings
This commit is contained in:
parent
9c0ef7a788
commit
3368a1bc8d
76 changed files with 2320 additions and 131 deletions
5
app/src/main/res/drawable/bottom_nav_gray.xml
Normal file
5
app/src/main/res/drawable/bottom_nav_gray.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/grey_nav"/>
|
||||
<corners android:radius="40dp"/>
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue