107 lines
3.8 KiB
XML
107 lines
3.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:button="http://schemas.android.com/apk/res-auto"
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
paddingTop="4dp"
|
|
paddingBottom="20dp"
|
|
clickable="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="4dp"
|
|
paddingEnd="4dp">
|
|
<RelativeLayout
|
|
id="@+id/info_close_btn_relative_layout"
|
|
clickable="true"
|
|
layout_width="40dp"
|
|
layout_height="40dp"
|
|
layout_alignParentRight="true"
|
|
layout_alignParentEnd="true">
|
|
<ImageView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_close_24dp"
|
|
layout_centerInParent="true"/>
|
|
<View
|
|
background="@drawable/ripple_rounded_purple"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_centerVertical="true"/>
|
|
</RelativeLayout>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="-16dp"
|
|
layout_below="@+id/info_close_btn_relative_layout">
|
|
<TextView
|
|
id="@+id/marker_name"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="4dp"
|
|
text="@string/marker_title"
|
|
paddingStart="16dp"
|
|
paddingEnd="40dp"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
id="@+id/marker_address"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/marker_address"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017916"/>
|
|
<View
|
|
id="@+id/line"
|
|
background="#c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
layout_marginTop="10dp"
|
|
layout_marginBottom="10dp"/>
|
|
<TextView
|
|
id="@+id/marker_openHour"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="4dp"
|
|
text="@string/marker_open_hour"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017866"/>
|
|
<TextView
|
|
id="@+id/marker_phone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/marker_phone"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017866"/>
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_marginTop="16dp"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp">
|
|
<com.scb.phone.view.custom.common.DefaultButton
|
|
id="@+id/call_button"
|
|
background="@drawable/bg_button_transparent"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_weight="1"
|
|
layout_marginEnd="8dp"
|
|
NOT_FOUND_0x16="@drawable/ripple_rounded_purple"
|
|
NOT_FOUND_0x17="@string/call"
|
|
NOT_FOUND_0x18="@color/2131100876"/>
|
|
<com.scb.phone.view.custom.common.DefaultButton
|
|
id="@+id/direction_button"
|
|
background="@drawable/bg_button_transparent"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_weight="1"
|
|
layout_marginStart="8dp"
|
|
NOT_FOUND_0x16="@drawable/ripple_rounded_purple"
|
|
NOT_FOUND_0x17="@string/direction"
|
|
NOT_FOUND_0x18="@color/2131100876"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|