Fixed disabled version of next button
This commit is contained in:
parent
1a5da143fb
commit
7dd15c6256
3 changed files with 1 additions and 1 deletions
BIN
res/drawable-xhdpi/back_disabled.png
Normal file
BIN
res/drawable-xhdpi/back_disabled.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
res/drawable-xhdpi/next_disabled.png
Normal file
BIN
res/drawable-xhdpi/next_disabled.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
|
@ -3,6 +3,6 @@
|
|||
<item android:state_enabled="true"
|
||||
android:drawable="@drawable/next" />
|
||||
<item android:state_enabled="false"
|
||||
android:drawable="@drawable/dialer_alt_next" />
|
||||
android:drawable="@drawable/next_disabled" />
|
||||
</selector>
|
||||
|
||||
|
|
Loading…
Reference in a new issue