summaryrefslogtreecommitdiff
path: root/app/java/res
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-05-13 15:06:52 +0200
committerDaniel Weipert <code@drogueronin.de>2023-05-13 15:06:52 +0200
commit6aae8398d489de5f33e8824a252793306d570d3c (patch)
treef6d72df1a18821b395eeccfa069bb0be0aaa166a /app/java/res
parent7f0436aa2a782d926a81bd5bdf76baf0253582da (diff)
add button styles
Diffstat (limited to 'app/java/res')
-rw-r--r--app/java/res/layout/main.xml3
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"