X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_coordinatorlayout.xml;h=3394098da8732f8b2a9ed71d27bd25e4a07e1f64;hb=c4ad9f457f41cbc86391e0099629cd94a235258a;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..3394098d 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_gray" />