]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/main_coordinatorlayout.xml
Implement Orbot proxy support. Fixes https://redmine.stoutner.com/issues/26.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / main_coordinatorlayout.xml
index 0dba1f956852a28b8211221d1f93e1e8b2af5665..b0d9c1f2a257b6eb96cfb447f9b762576e3cd011 100644 (file)
@@ -56,7 +56,7 @@
                     android:id="@+id/appBar"
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
-                    android:background="?attr/colorPrimary"
+                    android:background="@color/grey_100"
                     app:popupTheme="@style/LightPopupOverlay" />
             </android.support.design.widget.AppBarLayout>
 
@@ -81,5 +81,5 @@
         android:layout_gravity="start"
         app:headerLayout="@layout/navigation_header"
         app:menu="@menu/webview_navigation_menu"
-        app:itemIconTint="@color/blue_grey" />
+        app:itemIconTint="@color/blue_800" />
 </android.support.v4.widget.DrawerLayout>
\ No newline at end of file