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

18 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" style="@style/res_2131952610_uikit_viewgroup_scrollview_page">
<LinearLayout style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:id="@+id/guild_actions_overview_header_tv" android:layout_marginTop="16dp" android:layout_marginBottom="16dp" android:text="@string/form_label_input_mode" android:layout_marginStart="16dp" style="@style/res_2131952504_uikit_sheet_header_title"/>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<LinearLayout style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<LinearLayout android:id="@+id/settings_voice_input_mode_vad" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:text="@string/input_mode_vad" style="@style/res_2131952496_uikit_settings_item_label"/>
<TextView android:text="@string/switch_to_voice_activity" style="@style/res_2131952491_uikit_settings_item_addition"/>
</LinearLayout>
<LinearLayout android:id="@+id/settings_voice_input_mode_ptt" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:text="@string/input_mode_ptt" style="@style/res_2131952496_uikit_settings_item_label"/>
<TextView android:text="@string/switch_to_push_to_talk" style="@style/res_2131952491_uikit_settings_item_addition"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>