fix: icon color of toggle comments button

This commit is contained in:
Bnyro 2024-03-18 13:25:07 +01:00
parent e4501b14cd
commit 33e2b87bbc
3 changed files with 7 additions and 5 deletions

View File

@ -153,7 +153,9 @@
android:layout_marginVertical="16dp"
android:text="@string/comments"
android:textAlignment="viewStart"
app:drawableEndCompat="@drawable/ic_arrow_up_down" />
android:textColor="?colorPrimary"
app:drawableEndCompat="@drawable/ic_arrow_up_down"
app:drawableTint="?colorPrimary" />
</LinearLayout>

View File

@ -147,7 +147,9 @@
android:layout_marginVertical="10dp"
android:text="@string/comments"
android:textAlignment="viewStart"
app:drawableEndCompat="@drawable/ic_arrow_up_down" />
android:textColor="?colorPrimary"
app:drawableEndCompat="@drawable/ic_arrow_up_down"
app:drawableTint="?colorPrimary" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/related_rec_view"

View File

@ -78,11 +78,9 @@
style="@style/PlayerActionsButton"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="12dp"
android:layout_marginTop="5dp"
android:layout_marginEnd="6dp"
android:layout_marginBottom="6dp"
android:layout_marginVertical="6dp"
android:layout_weight="1"
android:text="@string/subscriptions"
android:textAlignment="viewStart"