|
|
@@ -4,14 +4,16 @@
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/action_bar_height"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ tools:layout_height="100dp"
|
|
|
+ android:gravity="top"
|
|
|
android:background="@color/CFFFFFF"
|
|
|
- android:gravity="center_vertical"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="58dp"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
android:gravity="center_vertical"
|
|
|
android:paddingStart="14dp"
|
|
|
android:paddingEnd="8dp"
|
|
|
@@ -68,7 +70,6 @@
|
|
|
<!-- 타이틀 옆에 아이콘 자리 -->
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
|
|
|
|
-
|
|
|
<ImageView
|
|
|
android:id="@+id/button_search"
|
|
|
android:layout_width="34dp"
|
|
|
@@ -99,6 +100,7 @@
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="4dp"
|
|
|
+ android:layout_gravity="bottom"
|
|
|
android:gravity="start">
|
|
|
|
|
|
<!--<LinearLayout-->
|