X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_drawerlayout.xml;h=f87741caa35074450591605956fac070956f7f2a;hp=c616f68e4a75fe9033fc4d925d7a0502095c345a;hb=06f516f2f5c745981e292451d01b9df7d1fd57eb;hpb=7f8620e81518589f44c8517edbfc8989a5f04845 diff --git a/app/src/main/res/layout/main_drawerlayout.xml b/app/src/main/res/layout/main_drawerlayout.xml index c616f68e..f87741ca 100644 --- a/app/src/main/res/layout/main_drawerlayout.xml +++ b/app/src/main/res/layout/main_drawerlayout.xml @@ -1,7 +1,7 @@ + + android:focusableInTouchMode="true" + android:background="?attr/mainStatusBarBackground" > - + + + android:theme="@style/PrivacyBrowserAppBarLight" > + android:layout_width="match_parent" /> + `tools:ignore="UnusedAttribute"` removes the lint warning about `progressTint` and `progressBackgroundTint` not applying to API < 21. --> + + @@ -101,5 +103,8 @@ android:layout_gravity="start" app:headerLayout="@layout/navigation_header" app:menu="@menu/webview_navigation_menu" - app:itemIconTint="@color/blue_800" /> + app:itemIconTint="?attr/navigationIconTintColor" /> + + + \ No newline at end of file