mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-30 14:23:55 +01:00
With icons in navigation drawer
This commit is contained in:
parent
1a1fc143c9
commit
c0397858ee
35 changed files with 152 additions and 49 deletions
15
app/src/main/res/drawable/hamburger_item_bg.xml
Normal file
15
app/src/main/res/drawable/hamburger_item_bg.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue