layout fixes

This commit is contained in:
Bnyro 2022-10-19 20:02:11 +02:00
parent c02b815ff2
commit 30d9d7b04a
2 changed files with 5 additions and 7 deletions

View File

@ -42,7 +42,6 @@ class ChannelFragment : BaseFragment() {
channelName = it.getString(IntentData.channelName)
?.replace("/c/", "")
?.replace("/user/", "")
Log.e(TAG(), channelName.toString())
}
}

View File

@ -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"