Merge "Fix bug 5111513 - Spinner asset updates for action bars"
BIN
core/res/res/drawable-hdpi/spinner_ab_activated_holo_dark.9.png
Normal file
After Width: | Height: | Size: 273 B |
BIN
core/res/res/drawable-hdpi/spinner_ab_activated_holo_light.9.png
Normal file
After Width: | Height: | Size: 273 B |
BIN
core/res/res/drawable-hdpi/spinner_ab_default_holo_dark.9.png
Normal file
After Width: | Height: | Size: 271 B |
BIN
core/res/res/drawable-hdpi/spinner_ab_default_holo_light.9.png
Normal file
After Width: | Height: | Size: 272 B |
BIN
core/res/res/drawable-hdpi/spinner_ab_disabled_holo_dark.9.png
Normal file
After Width: | Height: | Size: 272 B |
BIN
core/res/res/drawable-hdpi/spinner_ab_disabled_holo_light.9.png
Normal file
After Width: | Height: | Size: 272 B |
BIN
core/res/res/drawable-hdpi/spinner_ab_focused_holo_dark.9.png
Normal file
After Width: | Height: | Size: 275 B |
BIN
core/res/res/drawable-hdpi/spinner_ab_focused_holo_light.9.png
Normal file
After Width: | Height: | Size: 275 B |
BIN
core/res/res/drawable-hdpi/spinner_ab_pressed_holo_dark.9.png
Normal file
After Width: | Height: | Size: 415 B |
BIN
core/res/res/drawable-hdpi/spinner_ab_pressed_holo_light.9.png
Normal file
After Width: | Height: | Size: 410 B |
Before Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 361 B |
Before Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 435 B |
Before Width: | Height: | Size: 431 B |
Before Width: | Height: | Size: 505 B |
Before Width: | Height: | Size: 509 B |
BIN
core/res/res/drawable-mdpi/spinner_ab_activated_holo_dark.9.png
Normal file
After Width: | Height: | Size: 222 B |
BIN
core/res/res/drawable-mdpi/spinner_ab_activated_holo_light.9.png
Normal file
After Width: | Height: | Size: 222 B |
BIN
core/res/res/drawable-mdpi/spinner_ab_default_holo_dark.9.png
Normal file
After Width: | Height: | Size: 224 B |
BIN
core/res/res/drawable-mdpi/spinner_ab_default_holo_light.9.png
Normal file
After Width: | Height: | Size: 225 B |
BIN
core/res/res/drawable-mdpi/spinner_ab_disabled_holo_dark.9.png
Normal file
After Width: | Height: | Size: 225 B |
BIN
core/res/res/drawable-mdpi/spinner_ab_disabled_holo_light.9.png
Normal file
After Width: | Height: | Size: 225 B |
BIN
core/res/res/drawable-mdpi/spinner_ab_focused_holo_dark.9.png
Normal file
After Width: | Height: | Size: 227 B |
BIN
core/res/res/drawable-mdpi/spinner_ab_focused_holo_light.9.png
Normal file
After Width: | Height: | Size: 227 B |
BIN
core/res/res/drawable-mdpi/spinner_ab_pressed_holo_dark.9.png
Normal file
After Width: | Height: | Size: 326 B |
BIN
core/res/res/drawable-mdpi/spinner_ab_pressed_holo_light.9.png
Normal file
After Width: | Height: | Size: 322 B |
Before Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 287 B |
Before Width: | Height: | Size: 288 B |
Before Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 287 B |
Before Width: | Height: | Size: 375 B |
Before Width: | Height: | Size: 368 B |
Before Width: | Height: | Size: 402 B |
Before Width: | Height: | Size: 416 B |
BIN
core/res/res/drawable-xhdpi/spinner_ab_activated_holo_dark.9.png
Normal file
After Width: | Height: | Size: 371 B |
After Width: | Height: | Size: 371 B |
BIN
core/res/res/drawable-xhdpi/spinner_ab_default_holo_dark.9.png
Normal file
After Width: | Height: | Size: 370 B |
BIN
core/res/res/drawable-xhdpi/spinner_ab_default_holo_light.9.png
Normal file
After Width: | Height: | Size: 371 B |
BIN
core/res/res/drawable-xhdpi/spinner_ab_disabled_holo_dark.9.png
Normal file
After Width: | Height: | Size: 368 B |
BIN
core/res/res/drawable-xhdpi/spinner_ab_disabled_holo_light.9.png
Normal file
After Width: | Height: | Size: 368 B |
BIN
core/res/res/drawable-xhdpi/spinner_ab_focused_holo_dark.9.png
Normal file
After Width: | Height: | Size: 371 B |
BIN
core/res/res/drawable-xhdpi/spinner_ab_focused_holo_light.9.png
Normal file
After Width: | Height: | Size: 371 B |
BIN
core/res/res/drawable-xhdpi/spinner_ab_pressed_holo_dark.9.png
Normal file
After Width: | Height: | Size: 573 B |
BIN
core/res/res/drawable-xhdpi/spinner_ab_pressed_holo_light.9.png
Normal file
After Width: | Height: | Size: 568 B |
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2010 The Android Open Source Project
|
||||
<!-- Copyright (C) 2011 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
@ -16,10 +16,12 @@
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="false"
|
||||
android:drawable="@drawable/spinner_cab_disabled_holo_dark" />
|
||||
android:drawable="@drawable/spinner_ab_disabled_holo_dark" />
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/spinner_cab_pressed_holo_dark" />
|
||||
android:drawable="@drawable/spinner_ab_pressed_holo_dark" />
|
||||
<item android:state_pressed="false" android:state_focused="true"
|
||||
android:drawable="@drawable/spinner_cab_focused_holo_dark" />
|
||||
<item android:drawable="@drawable/spinner_cab_default_holo_dark" />
|
||||
android:drawable="@drawable/spinner_ab_focused_holo_dark" />
|
||||
<item android:state_activated="true"
|
||||
android:drawable="@drawable/spinner_ab_activated_holo_dark" />
|
||||
<item android:drawable="@drawable/spinner_ab_default_holo_dark" />
|
||||
</selector>
|
@ -16,10 +16,12 @@
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="false"
|
||||
android:drawable="@drawable/spinner_cab_disabled_holo_light" />
|
||||
android:drawable="@drawable/spinner_ab_disabled_holo_light" />
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/spinner_cab_pressed_holo_light" />
|
||||
android:drawable="@drawable/spinner_ab_pressed_holo_light" />
|
||||
<item android:state_pressed="false" android:state_focused="true"
|
||||
android:drawable="@drawable/spinner_cab_focused_holo_light" />
|
||||
<item android:drawable="@drawable/spinner_cab_default_holo_light" />
|
||||
android:drawable="@drawable/spinner_ab_focused_holo_light" />
|
||||
<item android:state_activated="true"
|
||||
android:drawable="@drawable/spinner_ab_activated_holo_light" />
|
||||
<item android:drawable="@drawable/spinner_ab_default_holo_light" />
|
||||
</selector>
|
@ -217,14 +217,18 @@
|
||||
<item>@drawable/scrollbar_handle_vertical</item>
|
||||
<item>@drawable/spinner_background_holo_dark</item>
|
||||
<item>@drawable/spinner_background_holo_light</item>
|
||||
<item>@drawable/spinner_cab_default_holo_dark</item>
|
||||
<item>@drawable/spinner_cab_default_holo_light</item>
|
||||
<item>@drawable/spinner_cab_disabled_holo_dark</item>
|
||||
<item>@drawable/spinner_cab_disabled_holo_light</item>
|
||||
<item>@drawable/spinner_cab_focused_holo_dark</item>
|
||||
<item>@drawable/spinner_cab_focused_holo_light</item>
|
||||
<item>@drawable/spinner_cab_pressed_holo_dark</item>
|
||||
<item>@drawable/spinner_cab_pressed_holo_light</item>
|
||||
<item>@drawable/spinner_ab_default_holo_dark</item>
|
||||
<item>@drawable/spinner_ab_default_holo_light</item>
|
||||
<item>@drawable/spinner_ab_disabled_holo_dark</item>
|
||||
<item>@drawable/spinner_ab_disabled_holo_light</item>
|
||||
<item>@drawable/spinner_ab_focused_holo_dark</item>
|
||||
<item>@drawable/spinner_ab_focused_holo_light</item>
|
||||
<item>@drawable/spinner_ab_pressed_holo_dark</item>
|
||||
<item>@drawable/spinner_ab_pressed_holo_light</item>
|
||||
<item>@drawable/spinner_ab_activated_holo_dark</item>
|
||||
<item>@drawable/spinner_ab_activated_holo_light</item>
|
||||
<item>@drawable/spinner_ab_holo_dark</item>
|
||||
<item>@drawable/spinner_ab_holo_light</item>
|
||||
<item>@drawable/spinner_default_holo_dark</item>
|
||||
<item>@drawable/spinner_default_holo_light</item>
|
||||
<item>@drawable/spinner_disabled_holo_dark</item>
|
||||
|
@ -1744,6 +1744,7 @@ please see styles_device_defaults.xml.
|
||||
</style>
|
||||
|
||||
<style name="Widget.Holo.Spinner.DropDown.ActionBar">
|
||||
<item name="android:background">@android:drawable/spinner_ab_holo_dark</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.Holo.CompoundButton.Star" parent="Widget.CompoundButton.Star">
|
||||
@ -2131,6 +2132,7 @@ please see styles_device_defaults.xml.
|
||||
</style>
|
||||
|
||||
<style name="Widget.Holo.Light.Spinner.DropDown.ActionBar">
|
||||
<item name="android:background">@android:drawable/spinner_ab_holo_light</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.Holo.Light.CompoundButton.Star" parent="Widget.CompoundButton.Star">
|
||||
|