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

12 lines
2.1 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/res_2131952597_uikit_viewgroup_nestedscrollview">
<LinearLayout android:layout_marginBottom="16dp" style="@style/res_2131952592_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/res_2131952454_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/res_2131952454_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/res_2131952451_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/res_2131952451_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/res_2131952451_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/res_2131952451_uikit_listitem"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>