diff options
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"> |