mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +05:30
layout fixes
This commit is contained in:
parent
c02b815ff2
commit
30d9d7b04a
@ -42,7 +42,6 @@ class ChannelFragment : BaseFragment() {
|
||||
channelName = it.getString(IntentData.channelName)
|
||||
?.replace("/c/", "")
|
||||
?.replace("/user/", "")
|
||||
Log.e(TAG(), channelName.toString())
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -106,15 +106,14 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/channel_description"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="18dp"
|
||||
android:layout_marginStart="10dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:layout_marginBottom="15dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="5dp"
|
||||
android:autoLink="web"
|
||||
android:background="@drawable/rounded_ripple"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="2" />
|
||||
android:maxLines="2"
|
||||
android:padding="10dp" />
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
|
Loading…
x
Reference in New Issue
Block a user