apkfuckery/com.discord/res/layout/widget_channel_topic.xml

8 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<com.discord.utilities.view.scroll.MaxHeightScrollView android:id="@id/channel_topic" android:background="?colorBackgroundSecondary" android:paddingTop="@dimen/uikit_spacing_large" android:paddingBottom="@dimen/uikit_spacing_large" android:maxHeight="75.0dip" app:max_height="200.0dip" style="@style/UiKit.ViewGroup"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<LinearLayout android:layout_marginStart="@dimen/uikit_spacing_large" android:layout_marginEnd="@dimen/uikit_spacing_large" style="@style/UiKit.ViewGroup.LinearLayout">
<androidx.appcompat.widget.AppCompatTextView android:textAppearance="@style/UiKit.TextAppearance.Semibold" android:textSize="@dimen/uikit_textsize_xlarge" android:textColor="?colorHeaderPrimary" android:gravity="center" android:id="@id/channel_topic_name" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/form_label_channel_topic" android:drawablePadding="@dimen/uikit_spacing_small" android:drawableStart="@drawable/ic_channel_text" app:drawableTint="?colorChannelsDefault" />
<com.discord.utilities.view.text.LinkifiedTextView android:textColor="?colorHeaderSecondary" android:autoLink="all" android:id="@id/channel_topic_title" style="@style/UiKit.TextView.Subtext" />
</LinearLayout>
</com.discord.utilities.view.scroll.MaxHeightScrollView>