fix: fix CW's "Touch to show" button text not being the correct color

cc: @sk22
This commit is contained in:
LucasGGamerM 2023-07-08 20:31:07 -03:00
parent bb0b391b67
commit 3a87e83974
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="8dp" android:layout_marginTop="8dp"
android:gravity="center_horizontal" android:gravity="center_horizontal"
android:textColor="?android:textColorSecondary"
android:text="@string/tap_to_reveal"/> android:text="@string/tap_to_reveal"/>
</LinearLayout> </LinearLayout>