mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Used textColor instead of colorPrimary
This commit is contained in:
parent
3f917cd51c
commit
6627c821bb
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
android:id="@+id/episode_upcoming"
|
android:id="@+id/episode_upcoming"
|
||||||
style="@style/SmallBlackButton"
|
style="@style/SmallBlackButton"
|
||||||
android:textColor="?attr/colorPrimary"
|
android:textColor="?attr/textColor"
|
||||||
android:layout_marginStart="2dp"
|
android:layout_marginStart="2dp"
|
||||||
android:layout_marginEnd="10dp"
|
android:layout_marginEnd="10dp"
|
||||||
android:layout_gravity="center_vertical|end"
|
android:layout_gravity="center_vertical|end"
|
||||||
|
|
|
@ -103,7 +103,7 @@
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
android:id="@+id/episode_upcoming"
|
android:id="@+id/episode_upcoming"
|
||||||
style="@style/SmallBlackButton"
|
style="@style/SmallBlackButton"
|
||||||
android:textColor="?attr/colorPrimary"
|
android:textColor="?attr/textColor"
|
||||||
android:focusable="false"
|
android:focusable="false"
|
||||||
android:text="@string/episode_upcoming"
|
android:text="@string/episode_upcoming"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue