]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/about_coordinatorlayout.xml
Create a dark theme for `MainWebViewActivity`.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / about_coordinatorlayout.xml
index 56ebc9413bac3ca6fbe642b50fd92223860d38d0..b8ddd1d88b3e498989190f8a768c9a7e8742eceb 100644 (file)
@@ -41,7 +41,7 @@
             android:layout_height="wrap_content"
             android:layout_width="match_parent"
             android:background="@color/blue_700"
-            android:theme="@style/AppBarOverlay" >
+            android:theme="@style/PrivacyBrowserAppBarOverlayLight" >
 
             <!-- android:theme="@style/PrivacyBrowser.DarkAppBar" makes the text and icons in the AppBar white. -->
             <android.support.v7.widget.Toolbar
@@ -50,7 +50,7 @@
                 android:layout_width="match_parent"
                 android:background="@color/blue_700"
                 android:theme="@style/DarkAppBar"
-                app:popupTheme="@style/LightPopupOverlay" />
+                app:popupTheme="@style/PrivacyBrowserPopupOverlayLight" />
 
             <android.support.design.widget.TabLayout
                 android:id="@+id/about_tablayout"