diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-08-10 10:29:04 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-08-10 10:29:04 +0000 |
commit | 413a18f6d39bf274369d7a1ee3279e20d3a608a7 (patch) | |
tree | b4b12366690744fd18a0caa4fe8b27e938716532 /app/src/main/res/values/styles.xml | |
parent | 4c21eea852e08d0c65b3eb917b04404722d28f5d (diff) | |
download | infinity-for-reddit-413a18f6d39bf274369d7a1ee3279e20d3a608a7.tar infinity-for-reddit-413a18f6d39bf274369d7a1ee3279e20d3a608a7.tar.gz infinity-for-reddit-413a18f6d39bf274369d7a1ee3279e20d3a608a7.tar.bz2 infinity-for-reddit-413a18f6d39bf274369d7a1ee3279e20d3a608a7.tar.lz infinity-for-reddit-413a18f6d39bf274369d7a1ee3279e20d3a608a7.tar.xz infinity-for-reddit-413a18f6d39bf274369d7a1ee3279e20d3a608a7.tar.zst infinity-for-reddit-413a18f6d39bf274369d7a1ee3279e20d3a608a7.zip |
Make navigation bar and status bar transparent to display posts, comments, subreddits and users under them. Minor UI tweaks for bottom sheet fragments.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/values/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 596e3813..75f23b15 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,4 +1,4 @@ -<resources> +<resources xmlns:tools="http://schemas.android.com/tools"> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.MaterialComponents.DayNight"> |