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

29 lines
4.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:background="?attr/primary_630" style="@style/res_2131952610_uikit_viewgroup_scrollview_page">
<LinearLayout android:paddingBottom="8dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<androidx.constraintlayout.widget.ConstraintLayout style="@style/res_2131952501_uikit_sheet_header">
<androidx.constraintlayout.widget.Guideline style="@style/res_2131952500_uikit_sheet_guideline"/>
<FrameLayout style="@style/res_2131952503_uikit_sheet_header_icon">
<com.facebook.drawee.view.SimpleDraweeView android:id="@+id/channels_list_item_thread_actions_icon" style="@style/res_2131951677_avatar_large"/>
</FrameLayout>
<TextView android:id="@+id/channels_list_item_thread_actions_title" style="@style/res_2131952504_uikit_sheet_header_title"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<TextView android:id="@+id/channels_list_item_thread_actions_mark_as_read" android:text="@string/mark_as_read" app:drawableStartCompat="?attr/ic_visibility" style="@style/res_2131952495_uikit_settings_item_icon"/>
<TextView android:id="@+id/channels_list_item_thread_actions_channel_notifications" android:text="@string/notification_settings" app:drawableStartCompat="?attr/ic_notifications_a60" style="@style/res_2131952495_uikit_settings_item_icon"/>
<View android:id="@+id/channels_list_item_thread_actions_divider" style="@style/res_2131952489_uikit_settings_divider"/>
<TextView android:id="@+id/channels_list_item_thread_actions_edit" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/edit_thread" app:drawableStartCompat="?attr/ic_edit" style="@style/res_2131952495_uikit_settings_item_icon"/>
<LinearLayout android:gravity="center_vertical" android:id="@+id/channels_list_item_thread_actions_archive_settings" android:background="?attr/selectableItemBackground" style="@style/res_2131952490_uikit_settings_item">
<ImageView android:importantForAccessibility="no" android:paddingStart="0dp" android:paddingEnd="32dp" app:srcCompat="?attr/ic_recent" style="@style/res_2131952448_uikit_imageview"/>
<LinearLayout android:layout_width="0dp" android:layout_weight="1" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:id="@+id/channels_list_item_thread_actions_archive_settings_header" android:background="@color/transparent" android:paddingTop="0dp" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/archive_settings" android:paddingStart="0dp" android:paddingEnd="0dp" style="@style/res_2131952496_uikit_settings_item_label"/>
<TextView android:id="@+id/channels_list_item_thread_actions_archive_settings_subheader" android:background="@color/transparent" android:paddingBottom="0dp" android:paddingStart="0dp" android:paddingEnd="0dp" style="@style/res_2131952491_uikit_settings_item_addition"/>
</LinearLayout>
</LinearLayout>
<TextView android:id="@+id/channels_list_item_thread_actions_unarchive" android:visibility="visible" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/unarchive_thread" app:drawableStartCompat="?attr/ic_recent" style="@style/res_2131952495_uikit_settings_item_icon"/>
<TextView android:textColor="@color/status_red_500" android:id="@+id/channels_list_item_thread_actions_leave" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/leave_thread" app:drawableStartCompat="@drawable/ic_remove_friend_red_24dp" app:drawableTint="@color/status_red_500" style="@style/res_2131952495_uikit_settings_item_icon"/>
<View android:id="@+id/channels_list_item_thread_actions_developer_divider" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/res_2131952489_uikit_settings_divider"/>
<TextView android:id="@+id/channels_list_item_thread_actions_copy_id" android:text="@string/copy_id" app:drawableStartCompat="?attr/ic_copy" style="@style/res_2131952495_uikit_settings_item_icon"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>