diff options
Diffstat (limited to 'res')
-rwxr-xr-x | res/layout/install_confirm.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/install_confirm.xml b/res/layout/install_confirm.xml index 026116c..ca5dbd0 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" /> <Button android:id="@+id/cancel_button" |