mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +05:30
fix overlapping text in the playlist page
This commit is contained in:
parent
8db59399b9
commit
b014050d06
@ -84,6 +84,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="10dp"
|
||||
android:layout_weight="1"
|
||||
android:maxLines="1"
|
||||
android:text="@string/play_all"
|
||||
app:icon="@drawable/ic_playlist" />
|
||||
|
||||
@ -94,6 +95,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="10dp"
|
||||
android:layout_weight="1"
|
||||
android:maxLines="1"
|
||||
android:text="@string/bookmark"
|
||||
app:icon="@drawable/ic_bookmark_outlined" />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user