]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/styles.xml
Add some TODOs for scrolling the app bar.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / styles.xml
index 766ab9930487aebdf634594950b22d39b44d8125..8ccbef5c7562d2abaaca15197b9c2ab9d3d31da4 100644 (file)
@@ -1,8 +1,10 @@
 <resources>
 
     <!-- Base application theme. -->
-    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
-        <!-- Customize your theme here. -->
+    <style name="AppTheme" parent="Theme.AppCompat.Light">
+        <!-- TODO windowActionBarOverlay is necessary for scrolling the app bar.
+        <item name="android:windowActionBarOverlay">true</item>
+        <item name="windowActionBarOverlay">true</item> -->
     </style>
 
 </resources>