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

13 lines
1.4 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:textAppearance="@style/res_2131952532_uikit_textappearance_bold" android:id="@+id/view_dialog_confirmation_header" android:padding="16dp" android:text="@string/accessibility_detection_modal_header" style="@style/res_2131952561_uikit_textview"/>
<View style="@style/res_2131952422_uikit_divider"/>
<TextView android:textAppearance="@style/res_2131952531_uikit_textappearance" android:id="@+id/accessibility_detection_body_text" android:padding="16dp" android:text="@string/accessibility_detection_modal_body" style="@style/res_2131952561_uikit_textview"/>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<View style="@style/res_2131952422_uikit_divider"/>
<LinearLayout style="@style/res_2131952416_uikit_dialog_buttoncontainer">
<com.google.android.material.button.MaterialButton android:id="@+id/accessibility_detection_disable" android:text="@string/accessibility_detection_modal_decline_label" style="@style/res_2131952470_uikit_material_button_transparent_fit"/>
<com.google.android.material.button.MaterialButton android:id="@+id/accessibility_detection_enable" android:text="@string/accessibility_detection_modal_accept_label" style="@style/res_2131952457_uikit_material_button_fit"/>
</LinearLayout>
</LinearLayout>