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

12 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/res_2131952601_uikit_viewgroup_page_linearlayout">
<TextView android:id="@+id/channel_settings_delete_title" android:padding="16dp" android:layout_width="match_parent" android:text="@string/delete_channel" style="@style/res_2131952564_uikit_textview_h1_bold"/>
<View android:layout_marginTop="0dp" style="@style/res_2131952422_uikit_divider"/>
<TextView android:id="@+id/channel_settings_delete_body" style="@style/res_2131952497_uikit_settings_item_subtext"/>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<LinearLayout android:gravity="end" android:background="?attr/primary_630" android:padding="16dp" style="@style/res_2131952594_uikit_viewgroup_linearlayout_horizontal">
<com.google.android.material.button.MaterialButton android:id="@+id/channel_settings_delete_cancel" android:text="@string/cancel" style="@style/res_2131952470_uikit_material_button_transparent_fit"/>
<com.google.android.material.button.MaterialButton android:id="@+id/channel_settings_delete_confirm" android:text="@string/delete" style="@style/res_2131952463_uikit_material_button_red_fit"/>
</LinearLayout>
</LinearLayout>