Large diffs are not rendered by default.

@@ -1,67 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout
<LinearLayout
android:orientation="vertical"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context=".MainActivity">
android:layout_width="fill_parent"
android:layout_height="fill_parent">

<android.support.design.widget.AppBarLayout
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:theme="@style/AppTheme.AppBarOverlay">

<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:layout_gravity="left"
android:layout_marginLeft="-72dp"
android:padding="0dp"
android:contentInsetRight="0dp"
android:contentInsetStart="0dp"
android:contentInsetLeft="0dp"
app:contentInsetRight="0dp"
app:contentInsetLeft="0dp"
app:contentInsetStart="0dp"
app:popupTheme="@style/AppTheme.PopupOverlay">

<ImageButton
android:stateListAnimator="@anim/anim"
android:background="@anim/ripple"
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@drawable/search"
android:layout_marginLeft="15dp"/>
<ImageButton
android:id="@+id/mapBtn"
android:stateListAnimator="@anim/anim"
android:layout_marginLeft="10dp"
android:background="@anim/ripple"
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@drawable/map" />
<ImageButton
android:id="@+id/mypageBtn"
android:layout_width="50dp"
android:layout_height="50dp"
android:stateListAnimator="@anim/anim"
android:background="@anim/ripple"
android:src="@drawable/mypage"
android:clickable="true"
android:layout_marginRight="15dp"
android:layout_gravity="right"/>

</android.support.v7.widget.Toolbar>
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:layout_gravity="left"
android:layout_marginLeft="-82dp"
android:padding="0dp">

<ImageButton
android:stateListAnimator="@anim/anim"
android:background="@color/white"
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@drawable/search"
android:layout_marginLeft="10dp"/>
<ImageButton
android:id="@+id/mapBtn"
android:stateListAnimator="@anim/anim"
android:layout_marginLeft="0dp"
android:background="@color/white"
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@drawable/map" />
<ImageButton
android:id="@+id/mypageBtn"
android:layout_width="50dp"
android:layout_height="50dp"
android:stateListAnimator="@anim/anim"
android:background="@color/white"
android:src="@drawable/mypage"
android:clickable="true"
android:layout_marginRight="0dp"
android:layout_gravity="right"/>

</android.support.v7.widget.Toolbar>


</android.support.design.widget.AppBarLayout>

<LinearLayout
android:layout_marginTop="?attr/actionBarSize"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ListView
@@ -71,7 +55,5 @@

</ListView>
</LinearLayout>
</LinearLayout>



</android.support.design.widget.CoordinatorLayout>
@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<RelativeLayout
android:background="@color/white"
android:layout_width="match_parent"
android:layout_height="300dp"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="60dp">
<ImageButton
android:id="@+id/backBtn"
android:background="@anim/ripple"
android:src="@drawable/back"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_marginLeft="15dp"
android:layout_gravity="center_vertical"/>
<View
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_weight="1">
</View>
<ImageButton
android:src="@drawable/setting"
android:background="@anim/ripple"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_marginRight="15dp"
android:layout_gravity="center_vertical"
android:id="@+id/settingBtn" />
</LinearLayout>
<LinearLayout
android:layout_width="120dp"
android:layout_height="170dp"
android:orientation="vertical"
android:layout_centerInParent="true">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="120dp">
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/bef_kakao"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="USER"
android:gravity="center"
android:textColor="@color/black"
android:textSize="20dp"/>
</LinearLayout>
</LinearLayout>
</RelativeLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
</LinearLayout>
</LinearLayout>

Large diffs are not rendered by default.

@@ -1,45 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout
<LinearLayout
android:orientation="vertical"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context=".MainActivity">
android:layout_width="fill_parent"
android:layout_height="fill_parent">

<android.support.design.widget.AppBarLayout
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:theme="@style/AppTheme.AppBarOverlay">

<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:layout_gravity="left"
android:layout_marginLeft="-72dp"
android:padding="0dp"
android:contentInsetRight="0dp"
android:contentInsetStart="0dp"
android:contentInsetLeft="0dp"
app:contentInsetRight="0dp"
app:contentInsetLeft="0dp"
app:contentInsetStart="0dp"
app:popupTheme="@style/AppTheme.PopupOverlay">
android:layout_marginLeft="-82dp"
android:padding="0dp">

<ImageButton
android:stateListAnimator="@anim/anim"
android:background="@color/white"
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@drawable/search"
android:layout_marginLeft="15dp"/>
android:layout_marginLeft="10dp"/>
<ImageButton
android:id="@+id/mapBtn"
android:stateListAnimator="@anim/anim"
android:layout_marginLeft="10dp"
android:layout_marginLeft="0dp"
android:background="@color/white"
android:layout_width="50dp"
android:layout_height="50dp"
@@ -52,16 +38,15 @@
android:background="@color/white"
android:src="@drawable/mypage"
android:clickable="true"
android:layout_marginRight="15dp"
android:layout_marginRight="0dp"
android:layout_gravity="right"/>


</android.support.v7.widget.Toolbar>


</android.support.design.widget.AppBarLayout>

<LinearLayout
android:layout_marginTop="?attr/actionBarSize"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ListView
@@ -71,7 +56,5 @@

</ListView>
</LinearLayout>
</LinearLayout>



</android.support.design.widget.CoordinatorLayout>
@@ -4,28 +4,31 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<RelativeLayout
android:background="@color/white"
android:layout_width="match_parent"
android:layout_height="300dp"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="60dp">
<Button
<ImageButton
android:id="@+id/backBtn"
android:background="@drawable/back"
android:layout_width="25dp"
android:layout_height="25dp"
android:background="@color/white"
android:src="@drawable/back"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_marginLeft="15dp"
android:layout_gravity="center_vertical"/>
<View
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_weight="1">
</View>
<Button
android:background="@drawable/setting"
android:layout_width="25dp"
android:layout_height="25dp"
<ImageButton
android:src="@drawable/setting"
android:background="@color/white"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_marginRight="15dp"
android:layout_gravity="center_vertical"
android:id="@+id/settingBtn" />
@@ -11,6 +11,7 @@
android:layout_height="match_parent" />
</LinearLayout>
<LinearLayout
android:background="@color/white"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="180dp">
@@ -70,16 +71,17 @@
android:textColor="@color/maincolor"/>
</LinearLayout>
<LinearLayout
android:layout_width="80dp"
android:layout_height="match_parent">
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical">
<RatingBar
android:layout_width="wrap_content"
android:layout_height="15dp"
android:layout_height="10dp"
style="@style/starratingbar"
android:layout_gravity="center"
android:numStars="5"
android:stepSize="0.5"
android:rating="3.0"/>
android:rating="5.0"/>
</LinearLayout>

</LinearLayout>
@@ -107,7 +109,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/add_star"
android:textSize="16dp"
android:textSize="13dp"
android:textStyle="bold"
android:gravity="center"
android:textColor="#BDBDBD"/>
@@ -36,14 +36,20 @@
android:gravity="center_vertical"
android:textSize="15dp"/>
</LinearLayout>
<Button
<LinearLayout
android:id="@+id/menu"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_centerVertical="true"
android:layout_marginRight="15dp"
android:layout_alignParentRight="true"
android:background="@drawable/menu"/>
android:layout_alignParentRight="true">
<ImageView
android:layout_width="25dp"
android:layout_height="25dp"
android:background="@color/white"
android:src="@drawable/menu"/>
</LinearLayout>
</RelativeLayout>
<LinearLayout
android:layout_width="match_parent"
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView
android:layout_weight="1"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="match_parent"
android:singleLine="true"
android:textAllCaps="true"
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView
android:layout_weight="1"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="match_parent"
android:singleLine="true"
android:textAllCaps="true"
@@ -10,6 +10,6 @@
<dimen name="button_press_elevation">-5dp</dimen>

<dimen name="header_height">200dp</dimen>
<dimen name="tabs_height">64dp</dimen>
<dimen name="tabs_height">50dp</dimen>

</resources>
@@ -15,8 +15,8 @@
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
<style name="starratingbar" parent="@android:style/Widget.RatingBar">
<item name="android:progressDrawable">@drawable/star_rating_bar</item>
<item name="android:minHeight">40dp</item>
<item name="android:maxHeight">40dp</item>
<item name="android:minHeight">15sp</item>
<item name="android:maxHeight">15sp</item>
<item name="android:thumb">@null</item>
<item name="android:indeterminateOnly">false</item>
</style>