From dc98f37f5ddab2cfba7fa6c68bc83b07818a2bd3 Mon Sep 17 00:00:00 2001 From: Equip de Desenvolupadors de PBE Date: Sat, 8 Dec 2012 13:20:25 +0000 Subject: [PATCH] Relative layout --- res/layout/main_activity.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/main_activity.xml b/res/layout/main_activity.xml index fc8b813..f430d85 100644 --- a/res/layout/main_activity.xml +++ b/res/layout/main_activity.xml @@ -17,7 +17,8 @@ android:layout_centerVertical="true" android:background="@drawable/startbuttontoggle" android:contentDescription="@string/startbuttondescription" - android:focusableInTouchMode="true" /> + android:focusable="false" + android:focusableInTouchMode="false" />