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

18 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" style="@style/res_2131952600_uikit_viewgroup_page">
<com.google.android.material.appbar.AppBarLayout style="@style/res_2131951638_apptheme_appbarlayout_flat">
<androidx.appcompat.widget.Toolbar style="@style/res_2131951666_apptheme_toolbar"/>
</com.google.android.material.appbar.AppBarLayout>
<androidx.core.widget.NestedScrollView style="@style/res_2131952598_uikit_viewgroup_nestedscrollview_appbarscrollingviewbehavior">
<LinearLayout style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:id="@+id/report_header" android:layout_width="match_parent" android:layout_marginLeft="16dp" android:layout_marginTop="16dp" android:layout_marginRight="16dp" style="@style/res_2131952563_uikit_textview_h1"/>
<TextView android:id="@+id/report_reasons_header" android:visibility="gone" android:layout_marginTop="16dp" android:text="@string/form_label_report_reason" style="@style/res_2131952494_uikit_settings_item_header"/>
<ProgressBar android:layout_gravity="center" android:id="@+id/report_reasons_loading" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="32dp"/>
<LinearLayout android:id="@+id/report_reasons_container" style="@style/res_2131952592_uikit_viewgroup_linearlayout"/>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<com.discord.utilities.view.text.LinkifiedTextView android:id="@+id/report_tooltip" android:layout_margin="16dp" style="@style/res_2131952579_uikit_textview_subtext"/>
<com.discord.views.LoadingButton android:id="@+id/report_button" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="16dp" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintTop_toBottomOf="@+id/age_verify_input_wrapper" app:lb_disabled_alpha="0.6" app:lb_progress_color="@color/white" app:lb_text="@string/report"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</androidx.coordinatorlayout.widget.CoordinatorLayout>