aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-08-04 22:45:18 -0700
committerAllan Wang <me@allanwang.ca>2019-08-04 22:45:18 -0700
commitdd391481881683e7b58a69ef2b9b671fb6197208 (patch)
treef34fed073d3a01234e27942b35fb532ef2361e8d /app/src/main/res
parentaf20a977ef11197178a11e3a6d047967b2a1beae (diff)
downloadfrost-dd391481881683e7b58a69ef2b9b671fb6197208.tar.gz
frost-dd391481881683e7b58a69ef2b9b671fb6197208.tar.bz2
frost-dd391481881683e7b58a69ef2b9b671fb6197208.zip
Switch theme when selected in intro
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/intro_analytics.xml2
-rw-r--r--app/src/main/res/layout/intro_end.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/intro_analytics.xml b/app/src/main/res/layout/intro_analytics.xml
index e0998721..a62a0b0f 100644
--- a/app/src/main/res/layout/intro_analytics.xml
+++ b/app/src/main/res/layout/intro_analytics.xml
@@ -2,7 +2,7 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/intro_end_container"
+ android:id="@+id/intro_analytics_container"
android:layout_width="match_parent"
android:layout_height="match_parent">
diff --git a/app/src/main/res/layout/intro_end.xml b/app/src/main/res/layout/intro_end.xml
index 501cf1a9..fbaa2042 100644
--- a/app/src/main/res/layout/intro_end.xml
+++ b/app/src/main/res/layout/intro_end.xml
@@ -2,8 +2,8 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
android:id="@+id/intro_end_container"
+ android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView