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

29 lines
5.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:id="@id/main_setting_gr_v_layout_main" android:background="@drawable/tmap_common_list_bg" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<include android:id="@id/titlebarLayout" android:layout_width="fill_parent" android:layout_height="wrap_content" layout="@layout/tmap_common_titlebar" />
<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_below="@id/titlebarLayout">
<LinearLayout android:orientation="horizontal" android:id="@id/tmap_setting_sound_seekbar_layout" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/tmap_20dp" android:baselineAligned="false">
<RelativeLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0">
<TextView android:textSize="@dimen/tmap_16dp" android:textColor="@color/color_000000" android:id="@id/tmap_setting_sound_title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_20dp" android:layout_marginBottom="@dimen/tmap_8dp" android:text="@string/tmap_setting_sound" android:layout_alignParentTop="true" android:fontFamily="@font/skp_go_mm" />
<TextView android:textSize="@dimen/tmap_13dp" android:textColor="@color/color_3673ee" android:id="@id/tmap_setting_sound_volume" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="1" android:layout_below="@id/tmap_setting_sound_title" android:fontFamily="@font/skp_go_mm" />
<RelativeLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_below="@id/tmap_setting_sound_volume">
<ImageView android:id="@id/tmap_setting_sound_min" android:layout_width="@dimen/tmap_21dp" android:layout_height="@dimen/tmap_21dp" android:layout_marginLeft="@dimen/tmap_30dp" android:src="@drawable/btn_sound_off" android:layout_alignParentLeft="true" android:layout_centerVertical="true" />
<ImageView android:id="@id/tmap_setting_sound_max" android:layout_width="@dimen/tmap_21dp" android:layout_height="@dimen/tmap_21dp" android:layout_marginRight="@dimen/tmap_30dp" android:src="@drawable/btn_sound_on" android:layout_alignParentRight="true" android:layout_centerVertical="true" />
<SeekBar android:id="@id/tmap_setting_sound_seekbar" android:paddingLeft="@dimen/tmap_10dp" android:paddingRight="@dimen/tmap_10dp" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_toLeftOf="@id/tmap_setting_sound_max" android:layout_toRightOf="@id/tmap_setting_sound_min" style="@style/CustSeekBar" />
</RelativeLayout>
</RelativeLayout>
<RelativeLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0">
<TextView android:textSize="@dimen/tmap_16dp" android:textColor="@color/color_000000" android:id="@id/tmap_setting_sound_tmap_title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_20dp" android:layout_marginBottom="@dimen/tmap_8dp" android:text="@string/tmap_setting_sound_tmap" android:layout_alignParentTop="true" android:fontFamily="@font/skp_go_mm" />
<TextView android:textSize="@dimen/tmap_13dp" android:textColor="@color/color_3673ee" android:id="@id/tmap_setting_sound_tmap_volume" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="1" android:layout_below="@id/tmap_setting_sound_tmap_title" android:fontFamily="@font/skp_go_mm" />
<RelativeLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_below="@id/tmap_setting_sound_tmap_volume">
<ImageView android:id="@id/tmap_setting_sound_tmap_min" android:layout_width="@dimen/tmap_21dp" android:layout_height="@dimen/tmap_21dp" android:layout_marginLeft="@dimen/tmap_30dp" android:src="@drawable/btn_sound_off" android:layout_alignParentLeft="true" android:layout_centerVertical="true" />
<ImageView android:id="@id/tmap_setting_sound_tmap_max" android:layout_width="@dimen/tmap_21dp" android:layout_height="@dimen/tmap_21dp" android:layout_marginRight="@dimen/tmap_30dp" android:src="@drawable/btn_sound_on" android:layout_alignParentRight="true" android:layout_centerVertical="true" />
<SeekBar android:id="@id/tmap_setting_sound_tmap_seekbar" android:paddingLeft="@dimen/tmap_10dp" android:paddingRight="@dimen/tmap_10dp" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_toLeftOf="@id/tmap_setting_sound_tmap_max" android:layout_toRightOf="@id/tmap_setting_sound_tmap_min" style="@style/CustSeekBar" />
</RelativeLayout>
</RelativeLayout>
</LinearLayout>
<ImageView android:id="@id/tmap_setting_sound_test_btn" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/tmap_21dp" android:layout_marginBottom="@dimen/tmap_27dp" android:src="@drawable/btn_volume_test_selector" android:layout_below="@id/tmap_setting_sound_seekbar_layout" android:layout_centerHorizontal="true" />
</RelativeLayout>
<View android:id="@id/header_shadow" android:background="@drawable/bg_sheet_shadow" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_7dp" android:layout_below="@id/titlebarLayout" />
</RelativeLayout>