Address more button text color issues

This commit is contained in:
Rahul Patel
2024-07-30 01:36:30 +05:30
parent 0a25a7e755
commit 1124a100d8
3 changed files with 17 additions and 5 deletions

View File

@@ -41,12 +41,13 @@
android:textAppearance="@style/TextAppearance.Aurora.Line1"
tools:text="No updates available" />
<Button
<com.google.android.material.button.MaterialButton
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/txt"
android:layout_centerInParent="true"
android:visibility="gone"
tools:text="@string/check_updates" />
tools:text="@string/check_updates"
tools:visibility="visible" />
</RelativeLayout>