diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-06 02:52:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-06 02:52:18 -0400 |
commit | bbe30297a216218ded4c2c6e3e8c2843652eb7a7 (patch) | |
tree | d120e124cb12d5474d37f1bc3e67fdaa5179c4c3 /app/src/main/res/values | |
parent | 311c7eeb304048c31f986d2d06010d0a486555ad (diff) | |
download | frost-bbe30297a216218ded4c2c6e3e8c2843652eb7a7.tar.gz frost-bbe30297a216218ded4c2c6e3e8c2843652eb7a7.tar.bz2 frost-bbe30297a216218ded4c2c6e3e8c2843652eb7a7.zip |
Dev (#29) - micro fixes mostly from KAUv1.1.4
* Add changelog
* Add play descriptions
* Test build since tag
* Adjust view on keyboard, fixes
* Update kau, merge kpref singles, update swipe
* Fix swipe background
* Allow swipe customization
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings_preferences | 2 | ||||
-rw-r--r-- | app/src/main/res/values/styles.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_preferences b/app/src/main/res/values/strings_preferences index 34fe5e9b..102faf40 100644 --- a/app/src/main/res/values/strings_preferences +++ b/app/src/main/res/values/strings_preferences @@ -14,6 +14,8 @@ <string name="exit_confirmation_desc">Show confirmation dialog before exiting the app</string> <string name="analytics">Analytics</string> <string name="analytics_desc">Enable anonymous analytics to help improve the app. No personal information is ever exposed.</string> + <string name="overlay_full_screen_swipe">Overlay Full Screen Swipe to Dismiss</string> + <string name="overlay_full_screen_swipe_desc">Swipe right from anywhere on the overlaying web to close the browser. If disabled, only swiping from the left edge will move it.</string> <!--themes--> <string name="theme">Theme</string> diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index cbea18c9..217bfb28 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -4,6 +4,7 @@ <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:windowSoftInputMode">adjustResize</item> </style> <style name="FrostTheme" parent="@style/FrostThemeBase"> @@ -15,6 +16,7 @@ <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:windowSoftInputMode">adjustResize</item> </style> <style name="FrostTheme.Transparent"> |