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

43 lines
5.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout 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">
<com.google.android.material.appbar.AppBarLayout style="@style/res_2131951638_apptheme_appbarlayout_flat">
<androidx.appcompat.widget.Toolbar style="@style/res_2131951666_apptheme_toolbar"/>
</com.google.android.material.appbar.AppBarLayout>
<androidx.core.widget.NestedScrollView style="@style/res_2131952598_uikit_viewgroup_nestedscrollview_appbarscrollingviewbehavior">
<LinearLayout android:paddingBottom="@dimen/padding_bottom_fab_screen" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<com.google.android.material.textfield.TextInputLayout android:id="@+id/channel_settings_edit_name" android:layout_margin="16dp" android:hint="@string/form_label_channel_name" style="@style/res_2131952556_uikit_textinputlayout_primary">
<com.google.android.material.textfield.TextInputEditText android:imeOptions="actionDone" style="@style/res_2131952548_uikit_textinputlayout_edittext_singleline"/>
</com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.textfield.TextInputLayout android:id="@+id/channel_settings_edit_topic" android:layout_margin="16dp" android:hint="@string/form_label_channel_topic" style="@style/res_2131952556_uikit_textinputlayout_primary">
<com.google.android.material.textfield.TextInputEditText android:maxLines="10" style="@style/res_2131952545_uikit_textinputlayout_edittext_multiline"/>
</com.google.android.material.textfield.TextInputLayout>
<View android:id="@+id/bitrate_divider" style="@style/res_2131952489_uikit_settings_divider"/>
<TextView android:id="@+id/bitrate_title" android:text="@string/form_label_bitrate" style="@style/res_2131952494_uikit_settings_item_header"/>
<LinearLayout android:id="@+id/settings_bitrate" style="@style/res_2131952490_uikit_settings_item">
<TextView android:id="@+id/current_bitrate_display" style="@style/res_2131952561_uikit_textview"/>
<SeekBar android:id="@+id/bitrate_seekbar" android:max="88" style="@style/res_2131952486_uikit_seekbar"/>
</LinearLayout>
<TextView android:id="@+id/settings_bitrate_help" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:layout_marginBottom="8dp" style="@style/res_2131952579_uikit_textview_subtext"/>
<View android:id="@+id/user_limit_divider" style="@style/res_2131952489_uikit_settings_divider"/>
<TextView android:id="@+id/user_limit_title" android:text="@string/form_label_user_limit" style="@style/res_2131952494_uikit_settings_item_header"/>
<LinearLayout android:id="@+id/settings_user_limit" style="@style/res_2131952490_uikit_settings_item">
<TextView android:id="@+id/current_user_limit_display" android:text="@string/no_user_limit" style="@style/res_2131952561_uikit_textview"/>
<SeekBar android:id="@+id/user_limit_seekbar" android:max="99" style="@style/res_2131952486_uikit_seekbar"/>
</LinearLayout>
<TextView android:id="@+id/settings_user_limit_help" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:layout_marginBottom="8dp" style="@style/res_2131952579_uikit_textview_subtext"/>
<View android:id="@+id/region_override_divider" style="@style/res_2131952489_uikit_settings_divider"/>
<LinearLayout android:id="@+id/channel_settings_region_override_container" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:text="@string/form_label_region_override" style="@style/res_2131952496_uikit_settings_item_label"/>
<TextView android:id="@+id/channel_settings_region_override" style="@style/res_2131952491_uikit_settings_item_addition"/>
</LinearLayout>
<TextView android:id="@+id/channel_settings_region_override_help" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:layout_marginBottom="8dp" style="@style/res_2131952579_uikit_textview_subtext"/>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<LinearLayout android:id="@+id/channel_settings_section_user_management" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:text="@string/user_management" style="@style/res_2131952494_uikit_settings_item_header"/>
<TextView android:id="@+id/channel_settings_permissions" android:text="@string/permissions" app:drawableStartCompat="@drawable/ic_flag_24dp" app:drawableTint="?attr/colorInteractiveNormal" style="@style/res_2131952495_uikit_settings_item_icon"/>
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<com.google.android.material.floatingactionbutton.FloatingActionButton android:id="@+id/channel_settings_save" android:contentDescription="@string/save_changes" style="@style/res_2131952121_settings_floatingactionbutton_save"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>