Merge pull request #752 from veyndan/drawer

Make the drawer prettier
This commit is contained in:
Josephine Lim 2017-06-30 16:16:17 +10:00 committed by GitHub
commit 81d0df07d0
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>