Merge "Properly adding scrubber pressed/selected state" into ics-factoryrom
|
Before Width: | Height: | Size: 424 B After Width: | Height: | Size: 851 B |
BIN
core/res/res/drawable-hdpi/scrubber_control_focused_holo.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 468 B |
BIN
core/res/res/drawable-hdpi/scrubber_control_normal_holo.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 387 B After Width: | Height: | Size: 650 B |
BIN
core/res/res/drawable-mdpi/scrubber_control_focused_holo.png
Normal file
|
After Width: | Height: | Size: 993 B |
|
Before Width: | Height: | Size: 420 B |
BIN
core/res/res/drawable-mdpi/scrubber_control_normal_holo.png
Normal file
|
After Width: | Height: | Size: 822 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 498 B After Width: | Height: | Size: 1.1 KiB |
BIN
core/res/res/drawable-xhdpi/scrubber_control_focused_holo.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 586 B |
BIN
core/res/res/drawable-xhdpi/scrubber_control_normal_holo.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
@@ -15,7 +15,8 @@
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true" android:state_enabled="true" android:drawable="@android:drawable/scrubber_control_pressed_holo" />
|
||||
<item android:state_enabled="true" android:drawable="@android:drawable/scrubber_control_holo" />
|
||||
<item android:drawable="@android:drawable/scrubber_control_disabled_holo" />
|
||||
<item android:state_enabled="false" android:drawable="@android:drawable/scrubber_control_disabled_holo" />
|
||||
<item android:state_pressed="true" android:drawable="@android:drawable/scrubber_control_pressed_holo" />
|
||||
<item android:state_selected="true" android:drawable="@android:drawable/scrubber_control_focused_holo" />
|
||||
<item android:drawable="@android:drawable/scrubber_control_normal_holo" />
|
||||
</selector>
|
||||
|
||||