diff options
author | Allan Wang <me@allanwang.ca> | 2019-08-04 22:45:18 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-08-04 22:45:18 -0700 |
commit | dd391481881683e7b58a69ef2b9b671fb6197208 (patch) | |
tree | f34fed073d3a01234e27942b35fb532ef2361e8d /app/src/main/res/layout/intro_end.xml | |
parent | af20a977ef11197178a11e3a6d047967b2a1beae (diff) | |
download | frost-dd391481881683e7b58a69ef2b9b671fb6197208.tar.gz frost-dd391481881683e7b58a69ef2b9b671fb6197208.tar.bz2 frost-dd391481881683e7b58a69ef2b9b671fb6197208.zip |
Switch theme when selected in intro
Diffstat (limited to 'app/src/main/res/layout/intro_end.xml')
-rw-r--r-- | app/src/main/res/layout/intro_end.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |