discord-jadx/app/src/main/res/layout/widget_chat_list_adapter_it...

7 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:paddingLeft="@dimen/chat_cell_horizontal_spacing_padding" android:paddingTop="@dimen/chat_cell_vertical_spacing_padding" android:paddingRight="@dimen/chat_cell_horizontal_spacing_padding" android:paddingBottom="@dimen/chat_cell_vertical_spacing_padding" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/chat_cell_horizontal_spacing_margin" android:layout_marginRight="@dimen/chat_cell_horizontal_spacing_margin">
<com.facebook.drawee.view.SimpleDraweeView android:id="@+id/private_channel_start_image" android:layout_width="@dimen/avatar_size_xxlarge" android:layout_height="@dimen/avatar_size_xxlarge" android:layout_marginTop="10dp" style="@style/res_2131951681_avatar_standard"/>
<TextView android:textAppearance="@style/res_2131952027_markdown_header1" android:textColor="?attr/colorHeaderPrimary" android:id="@+id/chat_list_adapter_item_private_channel_start_header" android:layout_width="match_parent" android:layout_marginTop="16dp" android:text="@string/unknown_user" style="@style/res_2131952564_uikit_textview_h1_bold"/>
<TextView android:textColor="?attr/colorTextMuted" android:id="@+id/private_channel_start_text" android:paddingTop="8dp" android:paddingBottom="8dp" android:layout_width="match_parent" android:text="@string/system_dm_empty_message" style="@style/res_2131952561_uikit_textview"/>
</LinearLayout>