فهرست منبع

[마이코인][Common] 적립/사용코인 스크롤 영역 수정

Hasemi 7 سال پیش
والد
کامیت
a049881b4d
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      app/src/main/res/layout/fragment_my_coin_detail.xml

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

@@ -19,6 +19,7 @@
       android:id="@+id/collapsing_tool_bar"
       android:layout_width="match_parent"
       android:layout_height="match_parent"
+      android:layout_marginBottom="23dp"
       app:layout_scrollFlags="scroll|exitUntilCollapsed">
 
 
@@ -146,7 +147,7 @@
       android:layout_width="match_parent"
       android:layout_height="wrap_content"
       android:layout_marginStart="25dp"
-      android:layout_marginTop="33dp"
+      android:layout_marginTop="10dp"
       android:layout_marginEnd="25dp"
       android:layout_marginBottom="11dp"
       app:layout_collapseMode="pin">
@@ -235,7 +236,7 @@
       android:layout_marginEnd="25dp"
       android:background="@color/C000000"
       android:visibility="visible"
-      app:layout_constraintTop_toBottomOf="@+id/space"
+      app:layout_constraintTop_toBottomOf="@+id/divider_white"
       tools:visibility="visible"
       />
   </android.support.constraint.ConstraintLayout>