]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/view_headers_top_appbar.xml
First wrong button text in View Headers in night theme. https://redmine.stoutner...
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / view_headers_top_appbar.xml
index 588ff6b74c4f6b1708a6dc53fdc9f23aeeeb0e8e..34207a5b629cb13031a2e85d393650cd7d8b0256 100644 (file)
                                 android:text="@string/ciphers"
                                 android:onClick="showCiphers"
                                 app:backgroundTint="@color/button_background_selector"
-                                android:textColor="@color/button_text_selector"
+                                android:textColor="@color/white"
                                 tools:ignore="ButtonStyle" />
 
                             <androidx.appcompat.widget.AppCompatButton
                                 android:text="@string/certificate"
                                 android:onClick="showCertificate"
                                 app:backgroundTint="@color/button_background_selector"
-                                android:textColor="@color/button_text_selector"
+                                android:textColor="@color/white"
                                 tools:ignore="ButtonStyle" />
                         </androidx.constraintlayout.widget.ConstraintLayout>