aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/intro_theme.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-01-19 21:25:07 -0800
committerGitHub <noreply@github.com>2020-01-19 21:25:07 -0800
commita2c491f446add0191ab8f9a93dece8b37c9be984 (patch)
tree9fa1298e5ff8e3d7435f98133825b36def41a656 /app/src/main/res/layout/intro_theme.xml
parent4134ddad6a50498efc77fbad829bea259647c0fc (diff)
parent172f8209a1e448f1e6cfc304dbb7dfef573da736 (diff)
downloadfrost-a2c491f446add0191ab8f9a93dece8b37c9be984.tar.gz
frost-a2c491f446add0191ab8f9a93dece8b37c9be984.tar.bz2
frost-a2c491f446add0191ab8f9a93dece8b37c9be984.zip
Merge pull request #1621 from AllanWang/intro-ui
Intro ui updates
Diffstat (limited to 'app/src/main/res/layout/intro_theme.xml')
-rw-r--r--app/src/main/res/layout/intro_theme.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/layout/intro_theme.xml b/app/src/main/res/layout/intro_theme.xml
index cd0538dd..0a9d5f63 100644
--- a/app/src/main/res/layout/intro_theme.xml
+++ b/app/src/main/res/layout/intro_theme.xml
@@ -18,7 +18,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
- <Button
+ <TextView
android:id="@+id/intro_theme_light"
style="@style/IntroButton"
android:layout_width="wrap_content"
@@ -32,7 +32,7 @@
app:layout_constraintVertical_bias="0.33"
tools:layout_editor_absoluteX="112dp" />
- <Button
+ <TextView
android:id="@+id/intro_theme_dark"
style="@style/IntroButton"
android:layout_width="wrap_content"
@@ -46,7 +46,7 @@
app:layout_constraintVertical_bias="0.33"
tools:layout_editor_absoluteX="112dp" />
- <Button
+ <TextView
android:id="@+id/intro_theme_amoled"
style="@style/IntroButton"
android:layout_width="wrap_content"
@@ -60,7 +60,7 @@
app:layout_constraintVertical_bias="0.66"
tools:layout_editor_absoluteX="112dp" />
- <Button
+ <TextView
android:id="@+id/intro_theme_glass"
style="@style/IntroButton"
android:layout_width="wrap_content"