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

7 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<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"
xmlns:android="http://schemas.android.com/apk/res/android">
<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" />
<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" />
<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>