Merge "Fixed button bar hiding permissions screen."
diff --git a/res/layout/install_confirm.xml b/res/layout/install_confirm.xml
index 8f10c15..5e31b51 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 048b69d..1d81f3c 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 7341897..dd38a14 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"