diff options
Diffstat (limited to 'app/java/res/layout/main.xml')
-rw-r--r-- | app/java/res/layout/main.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/java/res/layout/main.xml b/app/java/res/layout/main.xml index 430036f..1658965 100644 --- a/app/java/res/layout/main.xml +++ b/app/java/res/layout/main.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<FrameLayout +<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" @@ -19,6 +19,7 @@ /> <Button + style="@style/button_start__start" android:layout_width="fill_parent" android:layout_height="fill_parent" android:id="@+id/button_start" |