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

7 lines
1.4 KiB
XML
Raw Normal View History

2019-02-04 20:05:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:id="@id/connected_list_header" android:background="@color/theme_grey_channels" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="12.0sp" android:textColor="@color/theme_white_alpha_20" android:gravity="center" android:layout_width="wrap_content" 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" android:layout_marginStart="16.0dip" fontPath="@string/font_whitney_bold" />
<com.discord.utilities.mg_views.LinkifyTextView android:textSize="12.0sp" android:textColor="@color/theme_white_alpha_30" android:textColorLink="@color/theme_links" android:ellipsize="end" android:autoLink="all" android:id="@id/channel_topic_title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="16.0dip" android:layout_marginRight="16.0dip" android:layout_marginBottom="16.0dip" android:maxLines="5" android:lineSpacingMultiplier="1.3" fontPath="@string/font_whitney_medium" />
<View android:background="@color/theme_black_alpha_20" android:layout_width="fill_parent" android:layout_height="0.25dip" />
</LinearLayout>