Commit d863a048 authored by yinjiacheng's avatar yinjiacheng

fix UI走查 管理中心-基本信息页面

parent 2da97ea1
......@@ -18,6 +18,7 @@
<dimen name="sp40">40sp</dimen>
<!--全局间距-->
<dimen name="dp0.5">0.5dp</dimen>
<dimen name="dp1">1.0dp</dimen>
<dimen name="dp2">2.0dp</dimen>
<dimen name="dp3">3.0dp</dimen>
......
......@@ -9,6 +9,7 @@
android:id="@+id/bv_top_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white"
app:CommonTopBarView_title_text="@string/basic_info"
app:layout_constraintTop_toTopOf="parent" />
......@@ -22,12 +23,11 @@
<View
android:layout_width="match_parent"
android:layout_height="@dimen/dp1"
android:layout_height="@dimen/dp0.5"
android:layout_marginStart="@dimen/dp19"
android:layout_marginEnd="@dimen/dp19"
android:background="@color/color_FFF2F2F2"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/iv_life_account_name" />
app:layout_constraintBottom_toTopOf="@id/iv_life_account_auth" />
<com.yidian.shenghuoquan.newscontent.widget.MerchantInfoView
android:id="@+id/iv_life_account_auth"
......
......@@ -29,6 +29,7 @@
android:maxLines="1"
android:textColor="@color/color_333333"
android:textSize="@dimen/sp15"
android:textStyle="bold"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment