discord-jadx/app/src/main/res/layout/user_profile_voice_settings_view.xml
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

7 lines
964 B
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/UiKit_ViewGroup_LinearLayout">
<TextView android:id="@+id/user_sheet_volume_label" android:text="@string/user_profile_volume" style="@style/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/UiKit_ViewGroup_LinearLayout_Horizontal"/>
<com.google.android.material.switchmaterial.SwitchMaterial android:id="@+id/user_sheet_muted" android:text="@string/mute" style="@style/UiKit_ListItem_Switch"/>
<com.google.android.material.switchmaterial.SwitchMaterial android:id="@+id/user_sheet_deafen" android:text="@string/deafen" style="@style/UiKit_ListItem_Switch"/>
</LinearLayout>