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

14 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:text="@string/afk_settings" style="@style/res_2131952494_uikit_settings_item_header"/>
<TextView android:text="@string/form_help_afk_channel" style="@style/res_2131952497_uikit_settings_item_subtext"/>
<LinearLayout android:id="@+id/afk_channel_wrap" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:text="@string/form_label_afk_channel" style="@style/res_2131952496_uikit_settings_item_label"/>
<TextView android:id="@+id/afk_channel" android:drawablePadding="2dp" style="@style/res_2131952491_uikit_settings_item_addition"/>
</LinearLayout>
<LinearLayout android:id="@+id/afk_timeout_wrap" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:text="@string/form_label_afk_timeout" style="@style/res_2131952496_uikit_settings_item_label"/>
<TextView android:id="@+id/afk_timeout" style="@style/res_2131952491_uikit_settings_item_addition"/>
</LinearLayout>
</LinearLayout>