@@ -17,7 +17,6 @@ | |||
<androidx.core.widget.NestedScrollView | |||
android:layout_width="match_parent" | |||
android:paddingTop="@dimen/dp_15" | |||
android:layout_height="wrap_content"> | |||
<LinearLayout | |||
@@ -26,8 +25,32 @@ | |||
android:animateLayoutChanges="true" | |||
android:animationCache="true" | |||
android:orientation="vertical" | |||
android:paddingTop="@dimen/dp_15" | |||
android:paddingHorizontal="@dimen/dp_15"> | |||
<LinearLayout | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content" | |||
android:orientation="horizontal" | |||
android:layout_marginBottom="@dimen/dp_15" | |||
android:paddingHorizontal="@dimen/dp_5" | |||
android:visibility="visible" | |||
tools:ignore="UseCompoundDrawables"> | |||
<ImageView | |||
android:layout_width="wrap_content" | |||
android:layout_height="wrap_content" | |||
android:src="@mipmap/tips" /> | |||
<TextView | |||
android:layout_width="wrap_content" | |||
android:layout_height="wrap_content" | |||
android:layout_marginLeft="@dimen/dp_10" | |||
android:text="请仔细核对用户车辆信息,确认无误后,点击下一步" | |||
android:textColor="#FA8C16" | |||
android:textSize="@dimen/sp_10" /> | |||
</LinearLayout> | |||
<TextView | |||
android:layout_width="wrap_content" | |||
android:layout_height="wrap_content" | |||
@@ -698,34 +721,6 @@ | |||
</LinearLayout> | |||
<View | |||
android:layout_width="wrap_content" | |||
android:layout_height="0dp" | |||
android:layout_weight="1" /> | |||
<LinearLayout | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content" | |||
android:layout_marginTop="@dimen/dp_12" | |||
android:orientation="horizontal" | |||
android:paddingHorizontal="@dimen/dp_5" | |||
android:visibility="visible" | |||
tools:ignore="UseCompoundDrawables"> | |||
<ImageView | |||
android:layout_width="wrap_content" | |||
android:layout_height="wrap_content" | |||
android:src="@mipmap/tips" /> | |||
<TextView | |||
android:layout_width="wrap_content" | |||
android:layout_height="wrap_content" | |||
android:layout_marginLeft="@dimen/dp_10" | |||
android:text="请仔细核对用户车辆信息,确认无误后,点击下一步" | |||
android:textColor="#FA8C16" | |||
android:textSize="@dimen/sp_10" /> | |||
</LinearLayout> | |||
<Button | |||
android:id="@+id/btnNext" | |||
style="@style/BtnShortStyle" |
@@ -324,7 +324,7 @@ | |||
android:layout_gravity="center" | |||
android:layout_marginTop="@dimen/dp_150" | |||
android:layout_marginBottom="@dimen/dp_30" | |||
android:text="验证" | |||
android:text="确定更换" | |||
android:textSize="@dimen/sp_14" /> | |||
</LinearLayout> |
@@ -17,7 +17,6 @@ | |||
<androidx.core.widget.NestedScrollView | |||
android:layout_width="match_parent" | |||
android:paddingTop="@dimen/dp_15" | |||
android:layout_height="wrap_content"> | |||
<LinearLayout | |||
@@ -26,8 +25,31 @@ | |||
android:animateLayoutChanges="true" | |||
android:animationCache="true" | |||
android:orientation="vertical" | |||
android:paddingTop="@dimen/dp_15" | |||
android:paddingHorizontal="@dimen/dp_15"> | |||
<LinearLayout | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content" | |||
android:layout_marginBottom="@dimen/dp_15" | |||
android:orientation="horizontal" | |||
android:paddingHorizontal="@dimen/dp_5" | |||
android:visibility="visible" | |||
tools:ignore="UseCompoundDrawables"> | |||
<ImageView | |||
android:layout_width="wrap_content" | |||
android:layout_height="wrap_content" | |||
android:src="@mipmap/tips" /> | |||
<TextView | |||
android:layout_width="wrap_content" | |||
android:layout_height="wrap_content" | |||
android:layout_marginLeft="@dimen/dp_10" | |||
android:text="请仔细核对用户信息,确认无误后,点击下一步" | |||
android:textColor="#FA8C16" | |||
android:textSize="@dimen/sp_14" /> | |||
</LinearLayout> | |||
<LinearLayout | |||
android:id="@+id/layout1" | |||
@@ -421,28 +443,6 @@ | |||
</LinearLayout> | |||
<LinearLayout | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content" | |||
android:layout_marginTop="@dimen/dp_12" | |||
android:orientation="horizontal" | |||
android:paddingHorizontal="@dimen/dp_5" | |||
android:visibility="visible" | |||
tools:ignore="UseCompoundDrawables"> | |||
<ImageView | |||
android:layout_width="wrap_content" | |||
android:layout_height="wrap_content" | |||
android:src="@mipmap/tips" /> | |||
<TextView | |||
android:layout_width="wrap_content" | |||
android:layout_height="wrap_content" | |||
android:layout_marginLeft="@dimen/dp_10" | |||
android:text="请仔细核对用户信息,确认无误后,点击下一步" | |||
android:textColor="#FA8C16" | |||
android:textSize="@dimen/sp_10" /> | |||
</LinearLayout> | |||
<Button | |||
android:id="@+id/btnNext" |