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

11 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/chat_list_adapter_item_failed" android:background="?attr/selectableItemBackground" 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/chat_list_adapter_item_text_avatar" android:importantForAccessibility="no" android:layout_marginEnd="@dimen/chat_cell_horizontal_spacing_total" style="@style/res_2131951675_avatar_chat"/>
<LinearLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_toEndOf="@+id/chat_list_adapter_item_text_avatar">
<TextView android:textColor="?attr/colorHeaderPrimary" android:id="@+id/chat_list_adapter_item_text_name" android:layout_marginBottom="4dp" android:maxWidth="150dp" android:text="@string/sample_user_name" android:lineSpacingMultiplier="1" style="@style/res_2131952569_uikit_textview_large_singleline"/>
<com.discord.utilities.view.text.LinkifiedTextView android:textSize="13.75sp" android:textColor="@color/status_red_500" android:textColorLink="?attr/colorTextLink" android:id="@+id/chat_list_adapter_item_text" android:layout_width="match_parent" android:layout_marginBottom="4dp" style="@style/res_2131952561_uikit_textview"/>
<com.discord.views.FailedUploadList android:id="@+id/chat_list_adapter_item_failed_upload_list" android:visibility="gone" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="4dp"/>
<TextView android:textSize="11sp" android:textColor="@color/status_red_500" android:id="@+id/chat_list_adapter_item_alert_text" android:layout_width="match_parent" android:layout_marginBottom="4dp" android:text="@string/send_message_failure" android:drawablePadding="4dp" app:drawableStartCompat="@drawable/ic_alert_circle_16dp" style="@style/res_2131952561_uikit_textview"/>
</LinearLayout>
</RelativeLayout>