]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/open_dialog.xml
Change the night access color to light violet. https://redmine.stoutner.com/issues/572
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / open_dialog.xml
index 3956b5b8505523b924688d409a67d49e68c50c6c..aa2b55072afb6b4437c5f4f61062e9601d89ce97 100644 (file)
@@ -68,7 +68,7 @@
             android:layout_gravity="center_horizontal"
             android:layout_margin="5dp"
             android:text="@string/file_does_not_exist"
-            android:textColor="?attr/redText"
+            android:textColor="?attr/redTextColor"
             android:textAlignment="center" />
 
         <!-- Storage permission explanation. -->
@@ -78,7 +78,6 @@
             android:layout_width="wrap_content"
             android:layout_gravity="center_horizontal"
             android:text="@string/storage_permission_explanation"
-            android:textColor="?android:textColorPrimary"
             android:textAlignment="center" />
     </LinearLayout>
 </ScrollView>
\ No newline at end of file