|
|
@@ -21,29 +21,43 @@
|
|
|
|
|
|
<kr.co.zumo.app.lifeplus.view.custom.CustomSpinner
|
|
|
android:id="@+id/spinner_book_mark"
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="45dp"
|
|
|
+ android:layout_gravity="end"
|
|
|
android:layout_marginTop="23dp"
|
|
|
android:layout_marginEnd="25dp"
|
|
|
+ android:layout_marginBottom="15dp"
|
|
|
android:layout_weight="2"
|
|
|
android:background="@drawable/spinner_drop_down_triangle"
|
|
|
android:entries="@array/book_mark_sort"
|
|
|
android:focusable="true"
|
|
|
- android:lineSpacingExtra="5sp"
|
|
|
+ android:lineSpacingExtra="3sp"
|
|
|
android:paddingEnd="10dp"
|
|
|
android:textColor="@color/C000000"
|
|
|
- android:textSize="14sp"
|
|
|
+ android:textSize="12dp"
|
|
|
+ app:layout_collapseMode="parallax"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent"/>
|
|
|
|
|
|
+ <android.support.v7.widget.Toolbar
|
|
|
+ android:id="@+id/flexible.example.toolbar"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="22dp"
|
|
|
+ android:background="@null"
|
|
|
+ app:elevation="0dp"
|
|
|
+ android:visibility="invisible"
|
|
|
+ app:layout_collapseMode="pin"
|
|
|
+ />
|
|
|
+
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
android:id="@+id/category_layout"
|
|
|
+ android:background="@color/CFFFFFF"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="end|bottom"
|
|
|
android:layout_marginTop="15dp"
|
|
|
android:layout_marginEnd="25dp"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/spinner_book_mark"
|
|
|
+ app:layout_collapseMode="pin"
|
|
|
>
|
|
|
|
|
|
<TextView
|
|
|
@@ -158,37 +172,14 @@
|
|
|
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
|
|
|
|
- <android.support.v7.widget.Toolbar
|
|
|
- android:id="@+id/flexible.example.toolbar"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="35dp"
|
|
|
- android:layout_gravity="top"
|
|
|
- android:background="@null"
|
|
|
- android:visibility="invisible"
|
|
|
- app:elevation="0dp"
|
|
|
- app:layout_collapseMode="pin"
|
|
|
- tools:visibility="gone"
|
|
|
- />
|
|
|
+
|
|
|
</android.support.design.widget.CollapsingToolbarLayout>
|
|
|
</android.support.design.widget.AppBarLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/text_view_title"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="25dp"
|
|
|
- android:layout_marginTop="35dp"
|
|
|
- android:lineSpacingExtra="6sp"
|
|
|
- android:text="주말에 뭐하지"
|
|
|
- android:textColor="@color/C000000"
|
|
|
- android:textSize="15sp"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/category_layout"/>
|
|
|
-
|
|
|
<android.support.v7.widget.RecyclerView
|
|
|
android:id="@+id/recycler_view_book_mark_list"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="25dp"
|
|
|
android:layout_marginTop="10dp"
|
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior"
|