]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/drawable/list_selector_night.xml
Change the night access color to light violet. https://redmine.stoutner.com/issues/572
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / list_selector_night.xml
index 433e4e7aafa36232f7da258bd4c064beeaee3f7e..de971c97ab2176cc2a12bb3400beb4d43ec9bd56 100644 (file)
@@ -22,5 +22,5 @@
 <selector xmlns:android="http://schemas.android.com/apk/res/android">
     <item
         android:state_activated="true"
-        android:drawable="@color/blue_600" />
+        android:drawable="@color/violet_700" />
 </selector>
\ No newline at end of file