Make the drawer prettier

This commit is contained in:
veyndan 2017-06-28 21:39:10 +01:00
parent f8bb106b83
commit ae78930808
14 changed files with 162 additions and 490 deletions

View file

@ -1,15 +0,0 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true">
<shape android:shape="rectangle">
<solid android:color="@color/hamburger_item_pressed_color" />
</shape>
</item>
<item android:state_enabled="true">
<shape android:shape="rectangle">
<solid android:color="@android:color/transparent" />
</shape>
</item>
</selector>