Fixed disabled version of next button

This commit is contained in:
Sylvain Berfini 2017-10-25 14:04:05 +02:00
parent 1a5da143fb
commit 7dd15c6256
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -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>