Don't use a framework resource in package installer

bug:25410241

Change-Id: I5535b3711aa12da212e7efe7bb7e91ad255c1455
diff --git a/PermissionController/res/drawable-hdpi/tab_unselected_holo.9.png b/PermissionController/res/drawable-hdpi/tab_unselected_holo.9.png
new file mode 100644
index 0000000..19532ab
--- /dev/null
+++ b/PermissionController/res/drawable-hdpi/tab_unselected_holo.9.png
Binary files differ
diff --git a/PermissionController/res/drawable-mdpi/tab_unselected_holo.9.png b/PermissionController/res/drawable-mdpi/tab_unselected_holo.9.png
new file mode 100644
index 0000000..a2dbf42
--- /dev/null
+++ b/PermissionController/res/drawable-mdpi/tab_unselected_holo.9.png
Binary files differ
diff --git a/PermissionController/res/drawable-xhdpi/tab_unselected_holo.9.png b/PermissionController/res/drawable-xhdpi/tab_unselected_holo.9.png
new file mode 100644
index 0000000..9465173
--- /dev/null
+++ b/PermissionController/res/drawable-xhdpi/tab_unselected_holo.9.png
Binary files differ
diff --git a/PermissionController/res/drawable-xxhdpi/tab_unselected_holo.9.png b/PermissionController/res/drawable-xxhdpi/tab_unselected_holo.9.png
new file mode 100644
index 0000000..8fcecf7
--- /dev/null
+++ b/PermissionController/res/drawable-xxhdpi/tab_unselected_holo.9.png
Binary files differ
diff --git a/PermissionController/res/layout/install_confirm.xml b/PermissionController/res/layout/install_confirm.xml
index 72d5e37..cb2aee8 100644
--- a/PermissionController/res/layout/install_confirm.xml
+++ b/PermissionController/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"