replace usage of private exo_white with player_white

This commit is contained in:
Jannik 2022-11-05 11:58:41 +01:00
parent e2ea0a364e
commit 8bdaa8122b
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
2 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,6 @@
android:layout_centerInParent="true"
android:layout_marginStart="42dp"
android:text="@string/fwd_10_s"
android:textColor="@color/exo_white"
android:textColor="@color/player_white"
android:visibility="gone" />
</RelativeLayout>

View File

@ -20,7 +20,7 @@
android:layout_centerInParent="true"
android:layout_marginEnd="42dp"
android:text="@string/rwd_10_s"
android:textColor="@color/exo_white"
android:textColor="@color/player_white"
android:visibility="gone" />