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

14 lines
2.5 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" android:id="@+id/voice_settings_sheet_container" android:background="?attr/colorBackgroundSecondary" android:layout_width="match_parent" android:layout_height="match_parent" style="@style/UiKit_ViewGroup_NestedScrollView">
<LinearLayout android:layout_marginBottom="16dp" style="@style/UiKit_ViewGroup_LinearLayout">
<com.google.android.material.switchmaterial.SwitchMaterial android:id="@+id/voice_settings_toggle_video_participants" android:text="@string/stream_show_non_video" style="@style/UiKit_ListItem_Switch"/>
<com.google.android.material.switchmaterial.SwitchMaterial android:id="@+id/voice_settings_noise_suppression" android:text="@string/mobile_noise_cancellation_popout_title" style="@style/UiKit_ListItem_Switch"/>
<TextView android:id="@+id/voice_settings_invite" android:text="@string/instant_invite" android:drawablePadding="16dp" app:drawableStartCompat="@drawable/ic_header_members_add_white_24dp" app:drawableTint="?attr/colorInteractiveNormal" style="@style/UiKit_ListItem"/>
<TextView android:id="@+id/voice_settings_stage_settings" android:text="@string/edit_stage_title" android:drawablePadding="16dp" app:drawableStartCompat="@drawable/ic_channel_stage_24dp" app:drawableTint="?attr/colorInteractiveNormal" style="@style/UiKit_ListItem"/>
<TextView android:id="@+id/voice_settings_voice_settings" android:text="@string/voice_settings" android:drawablePadding="16dp" app:drawableStartCompat="@drawable/ic_settings_24dp" app:drawableTint="?attr/colorInteractiveNormal" style="@style/UiKit_ListItem"/>
<TextView android:id="@+id/voice_settings_notifications" android:text="@string/notification_settings" android:drawablePadding="16dp" app:drawableStartCompat="@drawable/ic_notifications_white_24dp" app:drawableTint="?attr/colorInteractiveNormal" style="@style/UiKit_ListItem"/>
<TextView android:id="@+id/voice_settings_events" android:text="@string/guild_events" android:drawablePadding="16dp" app:drawableStartCompat="@drawable/ic_event_24dp" app:drawableTint="?attr/colorInteractiveNormal" style="@style/UiKit_ListItem"/>
<TextView android:id="@+id/voice_settings_report" android:text="@string/report" android:drawablePadding="16dp" app:drawableStartCompat="@drawable/ic_flag_24dp" app:drawableTint="?attr/colorInteractiveNormal" style="@style/UiKit_ListItem"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>