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

14 lines
1.6 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 android:paddingBottom="16dp" 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/select_sort_mode" style="@style/res_2131952504_uikit_sheet_header_title"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<TextView android:id="@+id/server_settings_channels_sort_actions_category" android:text="@string/category" app:drawableStartCompat="?attr/ic_category" style="@style/res_2131952495_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/res_2131952495_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/res_2131952495_uikit_settings_item_icon"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>