Fix bug #10185976 Black patch displaying in place of drop down spinner across apps
This CL introduced the regression from https://googleplex-android-review.git.corp.google.com/#/c/336753/ - use "nine-patch" instead of "bitmap" where needed - fix also a file naming issue Change-Id: Ib28c3622809e55fc3ed543e6ef34cc3df3421510
This commit is contained in:
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/popup_inline_error_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/popup_inline_error_above_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/popup_inline_error_above_holo_dark_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/popup_inline_error_above_holo_light_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/popup_inline_error_holo_dark_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/popup_inline_error_holo_light_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/quickcontact_badge_overlay_focused_dark_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/quickcontact_badge_overlay_focused_light_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/quickcontact_badge_overlay_normal_dark_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/quickcontact_badge_overlay_normal_light_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/quickcontact_badge_overlay_pressed_dark_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/quickcontact_badge_overlay_pressed_light_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/spinner_ab_default_holo_dark_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/spinner_ab_default_holo_light_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/spinner_ab_disabled_holo_dark_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/spinner_ab_disabled_holo_light_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/spinner_ab_focused_holo_dark_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/spinner_ab_focused_holo_light_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/spinner_ab_pressed_holo_dark_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/spinner_ab_pressed_holo_light_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/spinner_default_holo_dark_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/spinner_default_holo_light_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/spinner_disabled_holo_dark_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/spinner_disabled_holo_light_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/spinner_focused_holo_dark_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/spinner_focused_holo_light_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/spinner_pressed_holo_dark_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/spinner_pressed_holo_light_am"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
||||
</nine-patch>
|
||||
|
Reference in New Issue
Block a user