From 8c6dfd8b11954ac6ab7a85b3db45cbcc7e9d8b42 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Wed, 12 Jan 2011 15:17:25 -0800 Subject: Filter touches that are obscurbed Don't allow the "Install" button to be clicked when the window is obscured by something else. Bug: 3346330 Change-Id: Ice8a2954578e21204a41287d53d584beb5937aba --- res/layout/install_confirm.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'res/layout/install_confirm.xml') diff --git a/res/layout/install_confirm.xml b/res/layout/install_confirm.xml index 026116c1..ca5dbd0d 100755 --- a/res/layout/install_confirm.xml +++ b/res/layout/install_confirm.xml @@ -105,6 +105,7 @@ android:layout_weight="1" android:text="@string/install" android:maxLines="2" + android:filterTouchesWhenObscured="true" style="?android:attr/buttonBarButtonStyle" />