]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/main_coordinatorlayout.xml
Add the ability to select all bookmarks.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / main_coordinatorlayout.xml
index 520f450e31cda08acf1c339297aa9fd7b4737def..3394098da8732f8b2a9ed71d27bd25e4a07e1f64 100644 (file)
                 android:id="@+id/appBarLayout"
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
-                android:theme="@style/PrivacyBrowser.AppBarOverlay" >
+                android:theme="@style/AppBarOverlay" >
 
                 <android.support.v7.widget.Toolbar
                     android:id="@+id/appBar"
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
                     android:background="?attr/colorPrimary"
-                    app:popupTheme="@style/PrivacyBrowser.PopupOverlay" />
+                    app:popupTheme="@style/LightPopupOverlay" />
             </android.support.design.widget.AppBarLayout>
 
             <include layout="@layout/main_webview" />