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

8 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:id="@+id/user_sheet_volume_label" android:text="@string/user_profile_volume" style="@style/res_2131952451_uikit_listitem"/>
<com.discord.views.calls.VolumeSliderView android:id="@+id/user_sheet_volume_slider" android:paddingLeft="16dp" android:paddingRight="16dp" app:vsv_icon_tint="?attr/colorInteractiveNormal" app:vsv_max_volume="100" style="@style/res_2131952594_uikit_viewgroup_linearlayout_horizontal"/>
<com.google.android.material.switchmaterial.SwitchMaterial android:id="@+id/user_sheet_muted" android:text="@string/mute" style="@style/res_2131952454_uikit_listitem_switch"/>
<com.google.android.material.switchmaterial.SwitchMaterial android:id="@+id/user_sheet_deafen" android:text="@string/deafen" style="@style/res_2131952454_uikit_listitem_switch"/>
</LinearLayout>