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

18 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:background="?attr/colorBackgroundPrimary" style="@style/res_2131952597_uikit_viewgroup_nestedscrollview">
<LinearLayout style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<LinearLayout android:id="@+id/auto_archive_header" android:background="?attr/colorBackgroundTertiary" android:visibility="gone" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:id="@+id/title" android:text="@string/archive_settings" style="@style/res_2131952046_mutesettings_row_title"/>
<TextView android:id="@+id/subtitle" style="@style/res_2131952045_mutesettings_row_subtitle"/>
</LinearLayout>
<TextView android:id="@+id/archive_now" android:visibility="gone" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/archive_now" style="@style/res_2131952451_uikit_listitem"/>
<TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/auto_archive" style="@style/res_2131952494_uikit_settings_item_header"/>
<LinearLayout android:id="@+id/auto_archive_sheet_duration_options" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:id="@+id/option_one_hour" android:text="@string/auto_archive_duration_1_hour" style="@style/res_2131952451_uikit_listitem"/>
<TextView android:id="@+id/option_twenty_four_hours" android:text="@string/auto_archive_duration_24_hours" style="@style/res_2131952451_uikit_listitem"/>
<TextView android:id="@+id/option_three_days" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/auto_archive_duration_3_days" style="@style/res_2131952451_uikit_listitem"/>
<TextView android:id="@+id/option_one_week" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/auto_archive_duration_1_week" style="@style/res_2131952451_uikit_listitem"/>
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>