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

8 lines
1.4 KiB
XML
Raw Normal View History

2019-02-04 20:05:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
2019-02-04 20:08:30 +00:00
<com.discord.utilities.view.scroll.MaxHeightScrollView android:theme="@style/AppTheme.Dark" android:id="@id/channel_topic" android:layout_width="fill_parent" android:layout_height="wrap_content" android:maxHeight="75.0dip" app:max_height="200.0dip"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<LinearLayout android:orientation="vertical" android:background="@color/grey_channels" android:layout_width="fill_parent" android:layout_height="wrap_content">
<TextView android:textSize="@dimen/uikit_textsize_small" android:textColor="@color/white_alpha_20" android:gravity="center" android:layout_height="16.0dip" android:layout_marginLeft="16.0dip" android:layout_marginTop="16.0dip" android:layout_marginBottom="8.0dip" android:text="@string/form_label_channel_topic" android:textAllCaps="true" style="@style/UiKit.TextView.Bold" />
<com.discord.utilities.view.text.LinkifiedTextView android:textSize="@dimen/uikit_textsize_small" android:textColor="@color/white_alpha_30" android:textColorLink="@color/link_500" android:autoLink="all" android:id="@id/channel_topic_title" android:layout_marginLeft="16.0dip" android:layout_marginRight="16.0dip" android:layout_marginBottom="16.0dip" style="@style/UiKit.TextView" />
</LinearLayout>
</com.discord.utilities.view.scroll.MaxHeightScrollView>