X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_coordinatorlayout.xml;h=aaa4bd66beae0250e380ea0b1c97d6cfc16cec29;hb=e89b263c281a0b555cf43604b013b85b40d81c61;hp=b59aeb4591209aa1e861b22f0821140fe83bf017;hpb=c6907b02eb70e1a4bde274e66101f9f54f77a660;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/main_coordinatorlayout.xml b/app/src/main/res/layout/main_coordinatorlayout.xml index b59aeb45..aaa4bd66 100644 --- a/app/src/main/res/layout/main_coordinatorlayout.xml +++ b/app/src/main/res/layout/main_coordinatorlayout.xml @@ -50,14 +50,14 @@ android:id="@+id/appBarLayout" android:layout_width="match_parent" android:layout_height="wrap_content" - android:theme="@style/PrivacyBrowser.AppBarOverlay" > + android:theme="@style/AppBarOverlay" > + app:popupTheme="@style/LightPopupOverlay" /> @@ -71,7 +71,8 @@ android:layout_height="match_parent" android:layout_gravity="start" app:headerLayout="@layout/navigation_header" - app:menu="@menu/webview_navigation_menu"/> + app:menu="@menu/webview_navigation_menu" + app:itemIconTint="@color/blue_grey" />