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

14 lines
1.4 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/UiKit_ViewGroup_ScrollView_Page">
<LinearLayout android:paddingBottom="16dp" style="@style/UiKit_ViewGroup_LinearLayout">
<androidx.constraintlayout.widget.ConstraintLayout style="@style/UiKit_Sheet_Header">
<androidx.constraintlayout.widget.Guideline style="@style/UiKit_Sheet_Guideline"/>
<TextView android:id="@+id/guild_actions_overview_header_tv" android:text="@string/select_sort_mode" style="@style/UiKit_Sheet_Header_Title"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<View style="@style/UiKit_Settings_Divider"/>
<TextView android:id="@+id/server_settings_channels_sort_actions_category" android:text="@string/category" app:drawableStartCompat="?attr/ic_category" style="@style/UiKit_Settings_Item_Icon"/>
<TextView android:id="@+id/server_settings_channels_sort_actions_voice" android:text="@string/voice_channel" app:drawableStartCompat="?attr/ic_volume_up" style="@style/UiKit_Settings_Item_Icon"/>
<TextView android:id="@+id/server_settings_channels_sort_actions_text" android:text="@string/text_channel" app:drawableStartCompat="?attr/ic_channel_text" style="@style/UiKit_Settings_Item_Icon"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>