Commit 2da97ea1 authored by yinjiacheng's avatar yinjiacheng

fix UI走查 提示弹窗

parent 7cd59030
......@@ -19,7 +19,7 @@
<View
android:id="@+id/view_horizontal_divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_height="0.5dp"
android:background="@color/color_1A000000"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_content" />
......@@ -37,7 +37,7 @@
<View
android:id="@+id/view_vertical_divider"
android:layout_width="1dp"
android:layout_width="0.5dp"
android:layout_height="0dp"
android:background="@color/color_1A000000"
app:layout_constraintBottom_toBottomOf="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