X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_drawerlayout.xml;h=f58017911a47975939a6ec17895ec044c017982b;hb=d420aa6be32a78b27905074edc3881a6e71d2263;hp=c616f68e4a75fe9033fc4d925d7a0502095c345a;hpb=7f8620e81518589f44c8517edbfc8989a5f04845;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/main_drawerlayout.xml b/app/src/main/res/layout/main_drawerlayout.xml index c616f68e..f5801791 100644 --- a/app/src/main/res/layout/main_drawerlayout.xml +++ b/app/src/main/res/layout/main_drawerlayout.xml @@ -1,7 +1,7 @@ + - + + + 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 +101,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