Removed useless icon
This commit is contained in:
parent
f19b546dd7
commit
cc6b002f52
2 changed files with 8 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 468 B |
|
@ -1,5 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/menu_disabled" android:state_enabled="false" />
|
||||
<item android:drawable="@drawable/menu_default" />
|
||||
<item android:state_enabled="false">
|
||||
<bitmap android:src="@drawable/menu_default"
|
||||
android:tint="?attr/drawableTintDisabledColor"/>
|
||||
</item>
|
||||
<item>
|
||||
<bitmap android:src="@drawable/menu_default"
|
||||
android:tint="?attr/drawableTintColor2"/>
|
||||
</item>
|
||||
</selector>
|
||||
|
|
Loading…
Reference in a new issue