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

19 lines
2.2 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/UiKit_ViewGroup_Page">
<LinearLayout style="@style/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/UiKit_TextView_H1_Bold"/>
<View style="@style/UiKit_Divider"/>
<TextView android:text="@string/form_label_last_seen" style="@style/UiKit_Settings_Item_Header"/>
<com.discord.views.CheckedSetting android:id="@+id/prune_users_history_1_radio" app:cs_view_type="1" style="@style/UiKit_CheckedSetting_Themed"/>
<com.discord.views.CheckedSetting android:id="@+id/prune_users_history_2_radio" app:cs_view_type="1" style="@style/UiKit_CheckedSetting_Themed"/>
<RelativeLayout android:layout_marginLeft="16dp" android:layout_marginTop="8dp" android:layout_marginRight="16dp" android:layout_marginBottom="8dp" style="@style/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/UiKit_TextView"/>
</RelativeLayout>
<LinearLayout style="@style/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/UiKit_Material_Button_Transparent_Fit"/>
<com.google.android.material.button.MaterialButton android:id="@+id/prune_user_prune" android:text="@string/prune" style="@style/UiKit_Material_Button_Red_Fit"/>
</LinearLayout>
</LinearLayout>
</ScrollView>