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

23 lines
3.0 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_text_actions_icon" style="@style/res_2131951677_avatar_large"/>
</FrameLayout>
<TextView android:id="@+id/channels_list_item_text_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_text_actions_profile" android:text="@string/profile" app:drawableStartCompat="?attr/ic_account" style="@style/res_2131952495_uikit_settings_item_icon"/>
<TextView android:id="@+id/channels_list_item_text_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_text_actions_mute" app:drawableStartCompat="?attr/ic_channel_mute" style="@style/res_2131952495_uikit_settings_item_icon"/>
<TextView android:id="@+id/channels_list_item_text_actions_thread_browser" android:text="@string/threads" app:drawableStartCompat="@drawable/ic_chat_message_white_24dp" app:drawableTint="?attr/colorInteractiveNormal" style="@style/res_2131952495_uikit_settings_item_icon"/>
<TextView android:id="@+id/channels_list_item_text_actions_channel_settings" app:drawableStartCompat="?attr/ic_settings" style="@style/res_2131952495_uikit_settings_item_icon"/>
<TextView android:id="@+id/channels_list_item_text_actions_channel_notifications" android:text="@string/notification_settings" app:drawableStartCompat="?attr/ic_notifications_a60" style="@style/res_2131952495_uikit_settings_item_icon"/>
<TextView android:id="@+id/channels_list_item_text_actions_invite" android:text="@string/instant_invite" app:drawableStartCompat="?attr/ic_person_add" style="@style/res_2131952495_uikit_settings_item_icon"/>
<View android:id="@+id/channels_list_item_text_actions_developer_divider" style="@style/res_2131952489_uikit_settings_divider"/>
<TextView android:id="@+id/channels_list_item_text_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>