From: masensio Date: Tue, 29 Oct 2013 12:18:49 +0000 (+0100) Subject: Adding default images for dropdown and indeterminate_progress in ActionBar X-Git-Tag: oc-android-1.5.5~139^2~16 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/ab946b9af69f3f299d72026db69f5f650096d8e8 Adding default images for dropdown and indeterminate_progress in ActionBar --- diff --git a/res/drawable-hdpi/dropdown_default.9.png b/res/drawable-hdpi/dropdown_default.9.png index 15893686..b4ab9ad8 100644 Binary files a/res/drawable-hdpi/dropdown_default.9.png and b/res/drawable-hdpi/dropdown_default.9.png differ diff --git a/res/drawable-hdpi/dropdown_disabled.9.png b/res/drawable-hdpi/dropdown_disabled.9.png index 455d11b8..7a20af73 100644 Binary files a/res/drawable-hdpi/dropdown_disabled.9.png and b/res/drawable-hdpi/dropdown_disabled.9.png differ diff --git a/res/drawable-hdpi/dropdown_focused.9.png b/res/drawable-hdpi/dropdown_focused.9.png index 96f87d7b..766543c2 100644 Binary files a/res/drawable-hdpi/dropdown_focused.9.png and b/res/drawable-hdpi/dropdown_focused.9.png differ diff --git a/res/drawable-hdpi/dropdown_pressed.9.png b/res/drawable-hdpi/dropdown_pressed.9.png index 9dc0db1c..c849e2f9 100644 Binary files a/res/drawable-hdpi/dropdown_pressed.9.png and b/res/drawable-hdpi/dropdown_pressed.9.png differ diff --git a/res/drawable-hdpi/spinner_48_inner.png b/res/drawable-hdpi/spinner_48_inner.png index 36123fb7..31fa267f 100644 Binary files a/res/drawable-hdpi/spinner_48_inner.png and b/res/drawable-hdpi/spinner_48_inner.png differ diff --git a/res/drawable-ldpi/spinner_48_inner.png b/res/drawable-ldpi/spinner_48_inner.png new file mode 100644 index 00000000..f0f0827b Binary files /dev/null and b/res/drawable-ldpi/spinner_48_inner.png differ diff --git a/res/drawable-mdpi/dropdown_default.9.png b/res/drawable-mdpi/dropdown_default.9.png index 774a8117..4a15c637 100644 Binary files a/res/drawable-mdpi/dropdown_default.9.png and b/res/drawable-mdpi/dropdown_default.9.png differ diff --git a/res/drawable-mdpi/dropdown_disabled.9.png b/res/drawable-mdpi/dropdown_disabled.9.png index fd2861aa..f54d0b4f 100644 Binary files a/res/drawable-mdpi/dropdown_disabled.9.png and b/res/drawable-mdpi/dropdown_disabled.9.png differ diff --git a/res/drawable-mdpi/dropdown_focused.9.png b/res/drawable-mdpi/dropdown_focused.9.png index 4b5b3d91..0de1bb1b 100644 Binary files a/res/drawable-mdpi/dropdown_focused.9.png and b/res/drawable-mdpi/dropdown_focused.9.png differ diff --git a/res/drawable-mdpi/dropdown_pressed.9.png b/res/drawable-mdpi/dropdown_pressed.9.png index a6491fc1..f2f6428d 100644 Binary files a/res/drawable-mdpi/dropdown_pressed.9.png and b/res/drawable-mdpi/dropdown_pressed.9.png differ diff --git a/res/drawable-mdpi/spinner_48_inner.png b/res/drawable-mdpi/spinner_48_inner.png index 52db504f..11eacf8a 100644 Binary files a/res/drawable-mdpi/spinner_48_inner.png and b/res/drawable-mdpi/spinner_48_inner.png differ diff --git a/res/drawable-xhdpi/dropdown_default.9.png b/res/drawable-xhdpi/dropdown_default.9.png index 623f4841..37ad0e00 100644 Binary files a/res/drawable-xhdpi/dropdown_default.9.png and b/res/drawable-xhdpi/dropdown_default.9.png differ diff --git a/res/drawable-xhdpi/dropdown_disabled.9.png b/res/drawable-xhdpi/dropdown_disabled.9.png index a56b9ec8..f4effa19 100644 Binary files a/res/drawable-xhdpi/dropdown_disabled.9.png and b/res/drawable-xhdpi/dropdown_disabled.9.png differ diff --git a/res/drawable-xhdpi/dropdown_focused.9.png b/res/drawable-xhdpi/dropdown_focused.9.png index b1ea7743..45961712 100644 Binary files a/res/drawable-xhdpi/dropdown_focused.9.png and b/res/drawable-xhdpi/dropdown_focused.9.png differ diff --git a/res/drawable-xhdpi/dropdown_pressed.9.png b/res/drawable-xhdpi/dropdown_pressed.9.png index ffb1e246..12ea0548 100644 Binary files a/res/drawable-xhdpi/dropdown_pressed.9.png and b/res/drawable-xhdpi/dropdown_pressed.9.png differ diff --git a/res/drawable-xhdpi/spinner_48_inner.png b/res/drawable-xhdpi/spinner_48_inner.png index ba7338c5..7b196bce 100644 Binary files a/res/drawable-xhdpi/spinner_48_inner.png and b/res/drawable-xhdpi/spinner_48_inner.png differ