apkfuckery/com.discord/res/layout/widget_voice_settings_botto...

10 lines
1.5 KiB
XML
Raw Normal View History

2020-08-24 20:40:41 +00:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView android:id="@id/voice_settings_sheet_container" android:background="?colorBackgroundSecondary" android:layout_width="fill_parent" android:layout_height="fill_parent" style="@style/UiKit.ViewGroup.NestedScrollView"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
2020-09-02 04:07:20 +00:00
<LinearLayout android:layout_marginBottom="16.0dip" style="@style/UiKit.ViewGroup.LinearLayout">
2020-08-24 20:40:41 +00:00
<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" />
2020-09-16 23:45:23 +00:00
<TextView android:id="@id/voice_settings_invite" android:text="@string/instant_invite" android:drawablePadding="16.0dip" app:drawableStartCompat="@drawable/ic_header_members_add_white_24dp" app:drawableTint="?colorInteractiveNormal" style="@style/UiKit.ListItem" />
<TextView android:id="@id/voice_settings_voice_settings" android:text="@string/voice_settings" android:drawablePadding="16.0dip" app:drawableStartCompat="@drawable/ic_settings_24dp" app:drawableTint="?colorInteractiveNormal" style="@style/UiKit.ListItem" />
2020-08-24 20:40:41 +00:00
</LinearLayout>
</androidx.core.widget.NestedScrollView>