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

12 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:background="@color/color_e523232a" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<RelativeLayout android:gravity="center" android:orientation="vertical" android:id="@id/ai_main_layout" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentBottom="true">
<ImageButton android:id="@id/close_button" android:background="@android:color/transparent" android:layout_width="@dimen/tmap_45dp" android:layout_height="@dimen/tmap_45dp" android:src="@drawable/ai_btn_close_selector" android:layout_alignParentRight="true" />
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginLeft="@dimen/tmap_30dp" android:layout_marginRight="@dimen/tmap_30dp">
<View android:layout_width="wrap_content" android:layout_height="@dimen/tmap_0dp" android:layout_weight="1.0" />
<com.skt.tmap.view.AiVolumeView android:id="@id/ai_volume_view" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<View android:layout_width="wrap_content" android:layout_height="@dimen/tmap_0dp" android:layout_weight="1.0" />
</LinearLayout>
</RelativeLayout>
</RelativeLayout>