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

14 lines
1.6 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">
<LinearLayout android:id="@+id/confirm_deleting_community_header_container" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:id="@+id/confirm_deleting_community_header" android:padding="16dp" android:layout_width="match_parent" android:text="@string/guild_settings_community_disable_community_dialog_title" style="@style/res_2131952564_uikit_textview_h1_bold"/>
<View style="@style/res_2131952422_uikit_divider"/>
</LinearLayout>
<TextView android:layout_gravity="start" android:id="@+id/confirm_deleting_community_body_text" android:padding="16dp" android:layout_width="match_parent" android:text="@string/guild_settings_community_disable_community_dialog_message" android:textAlignment="textStart" style="@style/res_2131952561_uikit_textview"/>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<LinearLayout style="@style/res_2131952416_uikit_dialog_buttoncontainer">
<com.google.android.material.button.MaterialButton android:id="@+id/confirm_deleting_community_cancel" android:text="@string/cancel" style="@style/res_2131952470_uikit_material_button_transparent_fit"/>
<com.google.android.material.button.MaterialButton android:id="@+id/confirm_deleting_community_ok" android:text="@string/confirm" style="@style/res_2131952457_uikit_material_button_fit"/>
</LinearLayout>
</LinearLayout>