]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/main_coordinatorlayout.xml
Add the ability to move bookmarks to folders.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / main_coordinatorlayout.xml
index 07a5874f9b9c62391afbe615fdd78e4bdf4eadcd..aaa4bd66beae0250e380ea0b1c97d6cfc16cec29 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" />
@@ -71,7 +71,8 @@
         android:layout_height="match_parent"
         android:layout_gravity="start"
         app:headerLayout="@layout/navigation_header"
-        app:menu="@menu/menu_navigation"/>
+        app:menu="@menu/webview_navigation_menu"
+        app:itemIconTint="@color/blue_grey" />
 
     <!-- fullScreenVideoFrameLayout is used to display full screen videos.  It is initially android:visibility="gone" to hide it from view. -->
     <FrameLayout