summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/install_confirm.xml1
-rw-r--r--res/layout/install_confirm_perm.xml1
-rw-r--r--res/layout/install_confirm_perm_update.xml1
3 files changed, 0 insertions, 3 deletions
diff --git a/res/layout/install_confirm.xml b/res/layout/install_confirm.xml
index dc8b588e..8f10c15c 100644
--- a/res/layout/install_confirm.xml
+++ b/res/layout/install_confirm.xml
@@ -84,7 +84,6 @@
android:layout_height="wrap_content"
android:text="@string/next"
android:maxLines="2"
- android:filterTouchesWhenObscured="true"
style="?android:attr/buttonBarButtonStyle" />
</LinearLayout>
diff --git a/res/layout/install_confirm_perm.xml b/res/layout/install_confirm_perm.xml
index 5ba1b14e..048b69de 100644
--- a/res/layout/install_confirm_perm.xml
+++ b/res/layout/install_confirm_perm.xml
@@ -118,7 +118,6 @@
android:layout_height="wrap_content"
android:text="@string/next"
android:maxLines="2"
- android:filterTouchesWhenObscured="true"
style="?android:attr/buttonBarButtonStyle" />
</LinearLayout>
diff --git a/res/layout/install_confirm_perm_update.xml b/res/layout/install_confirm_perm_update.xml
index e9a4700b..7341897d 100644
--- a/res/layout/install_confirm_perm_update.xml
+++ b/res/layout/install_confirm_perm_update.xml
@@ -142,7 +142,6 @@
android:layout_height="wrap_content"
android:text="@string/next"
android:maxLines="2"
- android:filterTouchesWhenObscured="true"
style="?android:attr/buttonBarButtonStyle" />
</LinearLayout>