Commit dc98f37f5ddab2cfba7fa6c68bc83b07818a2bd3
1 parent
b93d9cda
Relative layout
Showing
1 changed file
with
2 additions
and
1 deletions
res/layout/main_activity.xml
@@ -17,7 +17,8 @@ | @@ -17,7 +17,8 @@ | ||
17 | android:layout_centerVertical="true" | 17 | android:layout_centerVertical="true" |
18 | android:background="@drawable/startbuttontoggle" | 18 | android:background="@drawable/startbuttontoggle" |
19 | android:contentDescription="@string/startbuttondescription" | 19 | android:contentDescription="@string/startbuttondescription" |
20 | - android:focusableInTouchMode="true" /> | 20 | + android:focusable="false" |
21 | + android:focusableInTouchMode="false" /> | ||
21 | 22 | ||
22 | <TextView | 23 | <TextView |
23 | android:id="@+id/textViewXml" | 24 | android:id="@+id/textViewXml" |