Ver código fonte

[마이][Common] 적립/사용코인 필터영역 구분선 영역 조절2

Hasemi 7 anos atrás
pai
commit
78a15c414b

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

@@ -217,7 +217,9 @@
     <View
       android:id="@+id/view_divider"
       android:layout_width="match_parent"
+      app:layout_constraintTop_toTopOf="parent"
       android:layout_height="1dp"
+      android:layout_marginTop="3dp"
       android:layout_marginStart="25dp"
       android:layout_marginEnd="25dp"
       android:background="@color/C000000"