summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/drawable-hdpi/tab_unselected_holo.9.pngbin0 -> 153 bytes
-rw-r--r--res/drawable-mdpi/tab_unselected_holo.9.pngbin0 -> 157 bytes
-rw-r--r--res/drawable-xhdpi/tab_unselected_holo.9.pngbin0 -> 166 bytes
-rw-r--r--res/drawable-xxhdpi/tab_unselected_holo.9.pngbin0 -> 1054 bytes
-rw-r--r--res/layout/install_confirm.xml2
5 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable-hdpi/tab_unselected_holo.9.png b/res/drawable-hdpi/tab_unselected_holo.9.png
new file mode 100644
index 00000000..19532ab1
--- /dev/null
+++ b/res/drawable-hdpi/tab_unselected_holo.9.png
Binary files differ
diff --git a/res/drawable-mdpi/tab_unselected_holo.9.png b/res/drawable-mdpi/tab_unselected_holo.9.png
new file mode 100644
index 00000000..a2dbf42b
--- /dev/null
+++ b/res/drawable-mdpi/tab_unselected_holo.9.png
Binary files differ
diff --git a/res/drawable-xhdpi/tab_unselected_holo.9.png b/res/drawable-xhdpi/tab_unselected_holo.9.png
new file mode 100644
index 00000000..94651737
--- /dev/null
+++ b/res/drawable-xhdpi/tab_unselected_holo.9.png
Binary files differ
diff --git a/res/drawable-xxhdpi/tab_unselected_holo.9.png b/res/drawable-xxhdpi/tab_unselected_holo.9.png
new file mode 100644
index 00000000..8fcecf76
--- /dev/null
+++ b/res/drawable-xxhdpi/tab_unselected_holo.9.png
Binary files differ
diff --git a/res/layout/install_confirm.xml b/res/layout/install_confirm.xml
index 72d5e377..cb2aee84 100644
--- a/res/layout/install_confirm.xml
+++ b/res/layout/install_confirm.xml
@@ -67,7 +67,7 @@
<HorizontalScrollView android:id="@+id/tabscontainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="@*android:drawable/tab_unselected_holo"
+ android:background="@drawable/tab_unselected_holo"
android:fillViewport="true"
android:scrollbars="none">
<FrameLayout android:layout_width="match_parent"