summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2016-04-03 08:40:24 -0700
committerSvet Ganov <svetoslavganov@google.com>2016-04-03 08:40:29 -0700
commit75aa37f8fe4254776c5964ee6959c21dc3d170ce (patch)
tree12f9e6aebbd19b8146781864901008e8efafa3db /res
parent75b10029655871bd1fbd8a420855a4919e014d8f (diff)
downloadandroid_packages_apps_PackageInstaller-75aa37f8fe4254776c5964ee6959c21dc3d170ce.tar.gz
android_packages_apps_PackageInstaller-75aa37f8fe4254776c5964ee6959c21dc3d170ce.tar.bz2
android_packages_apps_PackageInstaller-75aa37f8fe4254776c5964ee6959c21dc3d170ce.zip
Don't use a framework resource in package installer
bug:25410241 Change-Id: I5535b3711aa12da212e7efe7bb7e91ad255c1455
Diffstat (limited to 'res')
-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"