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

20 lines
2.1 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" style="@style/res_2131952610_uikit_viewgroup_scrollview_page">
<LinearLayout style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<androidx.constraintlayout.widget.ConstraintLayout style="@style/res_2131952501_uikit_sheet_header">
<androidx.constraintlayout.widget.Guideline style="@style/res_2131952500_uikit_sheet_guideline"/>
<TextView android:id="@+id/guild_actions_overview_header_tv" android:text="@string/form_label_afk_timeout" style="@style/res_2131952504_uikit_sheet_header_title"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<ScrollView style="@style/res_2131952608_uikit_viewgroup_scrollview">
<LinearLayout style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:id="@+id/server_settings_overview_afk_timeout_01" android:tag="60" app:drawableStartCompat="?attr/ic_timer" style="@style/res_2131952495_uikit_settings_item_icon"/>
<TextView android:id="@+id/server_settings_overview_afk_timeout_05" android:tag="300" app:drawableStartCompat="?attr/ic_timer" style="@style/res_2131952495_uikit_settings_item_icon"/>
<TextView android:id="@+id/server_settings_overview_afk_timeout_15" android:tag="900" app:drawableStartCompat="?attr/ic_timer" style="@style/res_2131952495_uikit_settings_item_icon"/>
<TextView android:id="@+id/server_settings_overview_afk_timeout_30" android:tag="1800" app:drawableStartCompat="?attr/ic_timer" style="@style/res_2131952495_uikit_settings_item_icon"/>
<TextView android:id="@+id/server_settings_overview_afk_timeout_60" android:tag="3600" app:drawableStartCompat="?attr/ic_timer" style="@style/res_2131952495_uikit_settings_item_icon"/>
</LinearLayout>
</ScrollView>
</LinearLayout>
</androidx.core.widget.NestedScrollView>