]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/navigation_header.xml
Refactor style code to use attrs.xml. Create a dark theme for Find on Page.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / navigation_header.xml
index 3875101051e6da3719839f2350f5caf35425033c..b1229d8b2a8fed088911617b5b3c9d1cdfba62bf 100644 (file)
@@ -30,5 +30,5 @@
     android:paddingEnd="15dp"
     android:textStyle="bold"
     android:textSize="20sp"
-    android:background="@color/blue_700"
-    android:textColor="@color/white" />
\ No newline at end of file
+    android:background="?attr/navigationHeaderBackground"
+    android:textColor="?attr/navigationHeaderTextColor" />
\ No newline at end of file