summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-04-06 22:28:07 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-04-06 22:28:07 +0000
commit52ca98bf71fb58a85e9e7af4c7b77406955051e3 (patch)
tree29279b59e437aeae8919614d48a43bb05f195d43
parentbf8a86ced1e743ac83a2eb7d546471ff6b9a52f9 (diff)
parent18bb49e6980ce2e43b03757b61968adb932ead02 (diff)
downloadPackageInstaller-o-mr1-iot-preview-8.tar.gz
-rw-r--r--res/layout/install_confirm.xml2
-rw-r--r--res/layout/install_confirm_perm.xml2
-rw-r--r--res/layout/install_confirm_perm_update.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/install_confirm.xml b/res/layout/install_confirm.xml
index 8f10c15cd..5e31b5122 100644
--- a/res/layout/install_confirm.xml
+++ b/res/layout/install_confirm.xml
@@ -60,7 +60,7 @@
</ScrollView>
<LinearLayout style="?android:attr/buttonBarStyle"
- android:background="?android:attr/windowBackground"
+ android:background="?android:attr/colorBackground"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
diff --git a/res/layout/install_confirm_perm.xml b/res/layout/install_confirm_perm.xml
index 048b69dee..1d81f3c04 100644
--- a/res/layout/install_confirm_perm.xml
+++ b/res/layout/install_confirm_perm.xml
@@ -94,7 +94,7 @@
<!-- Bottom buttons -->
<LinearLayout style="?android:attr/buttonBarStyle"
- android:background="?android:attr/windowBackground"
+ android:background="?android:attr/colorBackground"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
diff --git a/res/layout/install_confirm_perm_update.xml b/res/layout/install_confirm_perm_update.xml
index 7341897d7..dd38a143a 100644
--- a/res/layout/install_confirm_perm_update.xml
+++ b/res/layout/install_confirm_perm_update.xml
@@ -118,7 +118,7 @@
<!-- Bottom buttons -->
<LinearLayout style="?android:attr/buttonBarStyle"
- android:background="?android:attr/windowBackground"
+ android:background="?android:attr/colorBackground"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"