From d43c5209c61656cbe02b58f2a15d83f1081b8649 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Wed, 12 Jan 2011 15:20:16 -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: I9e39dbe8d4ff88bb88854188fa9960f784276036 --- res/layout/install_confirm.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'res') diff --git a/res/layout/install_confirm.xml b/res/layout/install_confirm.xml index 268a744e..00eee8c3 100755 --- a/res/layout/install_confirm.xml +++ b/res/layout/install_confirm.xml @@ -81,6 +81,7 @@ android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="1" + android:filterTouchesWhenObscured="true" android:text="@string/install" /> -- cgit v1.2.3