瀏覽代碼

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

Hasemi 7 年之前
父節點
當前提交
78a15c414b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/src/main/res/layout/fragment_my_coin_detail.xml

+ 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"