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" />