apkfuckery/com.discord/res/layout/widget_chat_list_adapter_it...

7 lines
1.1 KiB
XML
Raw Normal View History

2020-05-17 12:40:10 +00:00
<?xml version="1.0" encoding="utf-8"?>
2020-09-02 04:07:20 +00:00
<LinearLayout android:paddingLeft="16.0dip" android:paddingTop="16.0dip" android:paddingRight="16.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" style="@style/UiKit.ViewGroup.LinearLayout"
2020-05-17 12:40:10 +00:00
xmlns:android="http://schemas.android.com/apk/res/android">
2020-09-02 04:07:20 +00:00
<TextView android:textSize="@dimen/uikit_textsize_xxlarge" android:textColor="?colorHeaderPrimary" android:id="@id/chat_list_adapter_item_header" android:layout_marginBottom="4.0dip" style="@style/UiKit.TextView.Bold" />
2020-09-16 23:45:23 +00:00
<TextView android:textSize="@dimen/uikit_textsize_large" android:textColor="?colorHeaderSecondary" android:id="@id/chat_list_adapter_item_subheader" android:text="@string/welcome_message_subtitle_channel" android:lineSpacingMultiplier="1.0" style="@style/UiKit.TextView" />
2020-05-17 12:40:10 +00:00
<TextView android:textSize="@dimen/uikit_textsize_medium" android:textColor="?colorTextLink" android:id="@id/chat_list_adapter_item_edit_channel" android:focusable="true" android:clickable="true" android:layout_marginTop="12.0dip" android:text="@string/edit_channel" style="@style/UiKit.TextView" />
</LinearLayout>