diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-12 09:44:59 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-12 09:44:59 +0100 |
commit | b96bca561c321fb259895d470b2d01d9c0f34ea9 (patch) | |
tree | 8d416462c5a7ea91bf33d01f318982931842eeeb /app/src/main/res/layout/fragment_first.xml | |
parent | 8064dbe9a5c2fbd9073b694fa237d457039380b2 (diff) |
"locking" in dark mode through another way
Diffstat (limited to 'app/src/main/res/layout/fragment_first.xml')
-rw-r--r-- | app/src/main/res/layout/fragment_first.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_first.xml b/app/src/main/res/layout/fragment_first.xml index 81142cd..c2b4de3 100644 --- a/app/src/main/res/layout/fragment_first.xml +++ b/app/src/main/res/layout/fragment_first.xml @@ -4,6 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" + android:background="@color/very_dark_purple" tools:context=".FirstFragment"> <TextView |