discord-jadx/app/src/main/res/layout/widget_prune_users.xml

19 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ScrollView 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">
<LinearLayout style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:ellipsize="end" android:id="@+id/prune_user_header" android:padding="16dp" android:layout_width="match_parent" android:text="@string/prune_members" android:maxLines="1" style="@style/res_2131952564_uikit_textview_h1_bold"/>
<View style="@style/res_2131952422_uikit_divider"/>
<TextView android:text="@string/form_label_last_seen" style="@style/res_2131952494_uikit_settings_item_header"/>
<com.discord.views.CheckedSetting android:id="@+id/prune_users_history_1_radio" app:cs_view_type="1" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<com.discord.views.CheckedSetting android:id="@+id/prune_users_history_2_radio" app:cs_view_type="1" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<RelativeLayout android:layout_marginLeft="16dp" android:layout_marginTop="8dp" android:layout_marginRight="16dp" android:layout_marginBottom="8dp" style="@style/res_2131952606_uikit_viewgroup_relativelayout">
<ProgressBar android:id="@+id/prune_users_loading_progressbar" android:visibility="invisible" android:layout_width="wrap_content" android:layout_height="match_parent" android:indeterminate="true" android:layout_alignTop="@+id/prune_users_estimate_text" android:layout_alignBottom="@+id/prune_users_estimate_text" android:layout_centerInParent="true"/>
<TextView android:textSize="@dimen/uikit_textsize_small" android:id="@+id/prune_users_estimate_text" android:layout_centerInParent="true" style="@style/res_2131952561_uikit_textview"/>
</RelativeLayout>
<LinearLayout style="@style/res_2131952416_uikit_dialog_buttoncontainer">
<com.google.android.material.button.MaterialButton android:id="@+id/prune_user_cancel" android:text="@string/cancel" android:layout_marginEnd="8dp" style="@style/res_2131952470_uikit_material_button_transparent_fit"/>
<com.google.android.material.button.MaterialButton android:id="@+id/prune_user_prune" android:text="@string/prune" style="@style/res_2131952463_uikit_material_button_red_fit"/>
</LinearLayout>
</LinearLayout>
</ScrollView>