diff options
author | Allan Wang <me@allanwang.ca> | 2018-03-21 17:36:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 17:36:53 -0400 |
commit | f1275cbc38f1819c852f810905c300ae8f64bba4 (patch) | |
tree | 794d0ffe19f09387d5979c710b1b4a6ffe24104d /app/src/main/res/values/styles.xml | |
parent | d36dfe98a52ced46c5106b28304ae5d245180a7f (diff) | |
download | frost-f1275cbc38f1819c852f810905c300ae8f64bba4.tar.gz frost-f1275cbc38f1819c852f810905c300ae8f64bba4.tar.bz2 frost-f1275cbc38f1819c852f810905c300ae8f64bba4.zip |
Update buildsdk (#808)
* Update changelog
* Add build sdk check
* Remove play store affiliate
* Ignore Overdraw
* Remove theme background
* Add back for transparent
* Fix restart button
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index ab893b3a..0faa00ab 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -4,6 +4,8 @@ <item name="colorPrimary">@color/facebook_blue</item> <item name="colorPrimaryDark">@color/facebook_blue_dark</item> <item name="colorAccent">@android:color/white</item> + <item name="android:windowContentOverlay">@null</item> + <item name="android:windowBackground">@null</item> <item name="android:windowSoftInputMode">adjustResize</item> </style> @@ -16,6 +18,8 @@ <item name="colorPrimary">@color/facebook_blue</item> <item name="colorPrimaryDark">@color/facebook_blue_dark</item> <item name="colorAccent">@android:color/black</item> + <item name="android:windowContentOverlay">@null</item> + <item name="android:windowBackground">@null</item> <item name="android:windowSoftInputMode">adjustResize</item> </style> |