mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-12 21:30:30 +05:30
Merge pull request #147 from Bnyro/master
Open links in description and copy description text
This commit is contained in:
commit
6f60b7d531
@ -87,6 +87,8 @@
|
||||
android:padding="8dp"
|
||||
android:textSize="14sp"
|
||||
android:visibility="gone"
|
||||
android:autoLink="web"
|
||||
android:textIsSelectable="true"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/player_title_layout" />
|
||||
@ -332,4 +334,4 @@
|
||||
app:layout_constraintStart_toEndOf="@+id/player"
|
||||
app:layout_constraintTop_toTopOf="@+id/play_imageView" />
|
||||
|
||||
</com.github.libretube.SingleViewTouchableMotionLayout>
|
||||
</com.github.libretube.SingleViewTouchableMotionLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user