Browse Source

[북마크][Common] 디폴트북마크리스트 디자인 검수 반영

Hasemi 6 years ago
parent
commit
5465c64c79

+ 2 - 1
app/src/main/java/kr/co/zumo/app/lifeplus/view/screen/my/bookmark/DefaultBookMarkFragment.java

@@ -91,7 +91,8 @@ public class DefaultBookMarkFragment extends FragmentBase<DefaultBookMarkPresent
       @Override
       public void getItemOffsets(Rect outRect, View view, RecyclerView parent, RecyclerView.State state) {
         super.getItemOffsets(outRect, view, parent, state);
-        outRect.bottom = ResourceUtil.dpToPx(35);
+        outRect.top = ResourceUtil.dpToPx(17);
+        outRect.bottom = ResourceUtil.dpToPx(17);
       }
     });
   }

+ 1 - 0
app/src/main/java/kr/co/zumo/app/lifeplus/view/screen/setting/common/SettingMemberInfoPresenter.java

@@ -113,6 +113,7 @@ public class SettingMemberInfoPresenter extends Presenter<SettingMemberInfoModel
         }
         else if (Event.MEMBER_UPDATE_POLICY == event.getInteger()) {
           // 선택 약정 동의 완료
+          Log.e("APP#  SettingMemberInfoPresenter | onResult", "|" + event.getInteger());
           // todo toast 필요 - 기획 수정 중
         }
         else if (Event.MEMBER_UPDATE_EMAIL == event.getInteger()) {

+ 1 - 1
app/src/main/res/layout/default_book_mark_text_view.xml

@@ -11,7 +11,7 @@
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
     android:layout_marginStart="25dp"
-    android:layout_marginTop="80dp"
+    android:layout_marginBottom="3dp"
     app:layout_constraintBottom_toBottomOf="parent"
     app:layout_constraintEnd_toEndOf="parent"
     app:layout_constraintStart_toStartOf="parent">

+ 3 - 3
app/src/main/res/layout/default_book_mark_title_view.xml

@@ -11,7 +11,7 @@
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
     android:layout_marginStart="25dp"
-    android:layout_marginTop="45dp"
+    android:layout_marginTop="28dp"
     app:layout_constraintStart_toStartOf="parent"
     app:layout_constraintTop_toTopOf="parent">
 
@@ -19,7 +19,7 @@
       android:id="@+id/text_view_book_mark_title"
       android:layout_width="wrap_content"
       android:layout_height="wrap_content"
-      android:lineSpacingExtra="7sp"
+      android:lineSpacingExtra="3sp"
       android:text="@string/book_mark_default_title"
       android:textColor="@color/C000000"
       android:textSize="18sp"
@@ -32,7 +32,7 @@
     android:layout_height="wrap_content"
     android:layout_marginStart="25dp"
     android:layout_marginTop="16dp"
-    android:layout_marginBottom="80dp"
+    android:layout_marginBottom="63dp"
     app:layout_constraintBottom_toBottomOf="parent"
     app:layout_constraintStart_toStartOf="parent"
     app:layout_constraintTop_toBottomOf="@+id/first_layout">

+ 3 - 2
app/src/main/res/layout/fragment_my_main.xml

@@ -271,6 +271,8 @@
         android:includeFontPadding="false"
         android:lineSpacingExtra="4sp"
         android:paddingStart="15dp"
+        app:layout_constraintTop_toTopOf="parent"
+        android:layout_marginTop="7dp"
         android:paddingTop="18dp"
         android:paddingEnd="15dp"
         android:paddingBottom="15dp"
@@ -285,7 +287,6 @@
       android:layout_width="match_parent"
       android:layout_height="1dp"
       android:layout_marginStart="25dp"
-      android:layout_marginTop="6dp"
       android:layout_marginEnd="25dp"
       android:background="@color/CE5E5E5"
       app:layout_constraintBottom_toTopOf="@+id/third_layout"
@@ -297,7 +298,7 @@
       android:layout_width="match_parent"
       android:layout_height="wrap_content"
       android:layout_marginStart="25dp"
-      android:layout_marginTop="35dp"
+      android:layout_marginTop="38dp"
       android:layout_marginEnd="25dp"
       app:layout_constraintEnd_toEndOf="@+id/divider"
       app:layout_constraintStart_toStartOf="@+id/divider"