@@ -0,0 +1,166 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/white"
android:orientation="vertical">

<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">

<ImageView
android:id="@+id/map"
android:layout_width="match_parent"
android:layout_height="200dp"
android:contentDescription="@string/app_name"
android:foreground="?android:windowContentOverlay"
android:src="@drawable/ic_logo" />

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:orientation="vertical">

<TextView
android:id="@+id/activity_place_detail_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Việt Nam vô đối"
android:textColor="@color/colorPrimary"
android:textSize="20sp" />

<Space
android:layout_width="0dp"
android:layout_height="10dp" />

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:orientation="horizontal">

<ImageView
android:layout_width="40dp"
android:layout_height="40dp"
android:contentDescription="@string/app_name"
android:src="@drawable/ic_logo" />


<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="4dp"
android:layout_marginStart="4dp"
android:maxLength="255"
android:padding="5dp"
android:text="Chịu chả biết chỗ nào"
android:textSize="18sp" />
</LinearLayout>

<Space
android:layout_width="0dp"
android:layout_height="25dp" />

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:orientation="horizontal">

<ImageView
android:layout_width="40dp"
android:layout_height="40dp"
android:contentDescription="@string/app_name"
android:src="@drawable/ic_logo" />


<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="4dp"
android:layout_marginStart="4dp"
android:maxLength="255"
android:padding="5dp"
android:text="Chịu chả biết mấy giờ"
android:textSize="18sp" />
</LinearLayout>

<Space
android:layout_width="0dp"
android:layout_height="25dp" />

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:orientation="horizontal">

<ImageView
android:layout_width="40dp"
android:layout_height="40dp"
android:contentDescription="@string/app_name"
android:src="@drawable/ic_logo" />


<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="4dp"
android:layout_marginStart="4dp"
android:maxLength="255"
android:padding="5dp"
android:text="Thông tin"
android:textSize="18sp" />
</LinearLayout>

<Space
android:layout_width="0dp"
android:layout_height="10dp" />

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Chỗ này chán vãi" />

<Space
android:layout_width="0dp"
android:layout_height="10dp" />

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:orientation="horizontal">

<ImageView
android:layout_width="40dp"
android:layout_height="40dp"
android:contentDescription="@string/app_name"
android:src="@drawable/ic_logo" />

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="4dp"
android:layout_marginStart="4dp"
android:maxLength="255"
android:padding="5dp"
android:text="Sẽ tham dự: chưa có"
android:textSize="18sp" />
</LinearLayout>

</LinearLayout>

</LinearLayout>

</ScrollView>


</LinearLayout>

This file was deleted.

@@ -112,4 +112,7 @@
"when a user tries to pick up one of cards.\n\n"
</string>
<string name="title_activity_event">EventActivity</string>

<!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello blank fragment</string>
</resources>