tmap/res/layout/navi_drive_sound_bottom_sheet.xml
2022-06-10 21:38:30 +09:00

13 lines
3.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout android:id="@id/navi_drive_sound_layout" android:tag="layout/navi_drive_sound_bottom_sheet_0" android:layout_width="fill_parent" android:layout_height="wrap_content" app:behavior_hideable="true" app:behavior_peekHeight="0.0dip" app:layout_behavior="com.skt.tmap.view.UserLockBottomSheetBehavior"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<androidx.constraintlayout.widget.ConstraintLayout android:id="@id/navi_drive_sound_auto_control_layout" android:tag="binding_1" android:paddingLeft="@dimen/tmap_20dp" android:paddingRight="@dimen/tmap_20dp" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_68dp" android:layout_marginTop="@dimen/tmap_10dp" app:layout_constraintTop_toTopOf="parent">
<TextView android:textSize="@dimen/tmap_20dp" android:tag="binding_2" android:layout_width="0.0dip" android:layout_height="wrap_content" android:text="@string/setting_main_sound_auto_sound_control" app:layout_constrainedWidth="true" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toLeftOf="@id/navi_drive_sound_auto_control_switch" app:layout_constraintTop_toTopOf="parent" />
<Switch android:id="@id/navi_drive_sound_auto_control_switch" android:tag="binding_3" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" style="@style/SwitchNearStyle" />
<View android:tag="binding_4" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_1dp" app:layout_constraintBottom_toBottomOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout android:id="@id/navi_drive_sound_minimum_layout" android:tag="binding_5" android:paddingLeft="@dimen/tmap_20dp" android:paddingRight="@dimen/tmap_20dp" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_68dp" app:layout_constraintTop_toBottomOf="@id/navi_drive_sound_auto_control_layout">
<TextView android:textSize="@dimen/tmap_20dp" android:tag="binding_6" android:layout_width="0.0dip" android:layout_height="wrap_content" android:text="@string/str_setting_minimum_mode" app:layout_constrainedWidth="true" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toLeftOf="@id/navi_drive_sound_minimum_switch" app:layout_constraintTop_toTopOf="parent" />
<Switch android:id="@id/navi_drive_sound_minimum_switch" android:tag="binding_7" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" style="@style/SwitchNearStyle" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>