mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
fix: icon color of toggle comments button
This commit is contained in:
parent
e4501b14cd
commit
33e2b87bbc
@ -153,7 +153,9 @@
|
|||||||
android:layout_marginVertical="16dp"
|
android:layout_marginVertical="16dp"
|
||||||
android:text="@string/comments"
|
android:text="@string/comments"
|
||||||
android:textAlignment="viewStart"
|
android:textAlignment="viewStart"
|
||||||
app:drawableEndCompat="@drawable/ic_arrow_up_down" />
|
android:textColor="?colorPrimary"
|
||||||
|
app:drawableEndCompat="@drawable/ic_arrow_up_down"
|
||||||
|
app:drawableTint="?colorPrimary" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
@ -147,7 +147,9 @@
|
|||||||
android:layout_marginVertical="10dp"
|
android:layout_marginVertical="10dp"
|
||||||
android:text="@string/comments"
|
android:text="@string/comments"
|
||||||
android:textAlignment="viewStart"
|
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
|
<androidx.recyclerview.widget.RecyclerView
|
||||||
android:id="@+id/related_rec_view"
|
android:id="@+id/related_rec_view"
|
||||||
|
@ -78,11 +78,9 @@
|
|||||||
style="@style/PlayerActionsButton"
|
style="@style/PlayerActionsButton"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
|
||||||
android:layout_marginStart="12dp"
|
android:layout_marginStart="12dp"
|
||||||
android:layout_marginTop="5dp"
|
|
||||||
android:layout_marginEnd="6dp"
|
android:layout_marginEnd="6dp"
|
||||||
android:layout_marginBottom="6dp"
|
android:layout_marginVertical="6dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:text="@string/subscriptions"
|
android:text="@string/subscriptions"
|
||||||
android:textAlignment="viewStart"
|
android:textAlignment="viewStart"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user