<androidx.core.widget.NestedScrollView | <androidx.core.widget.NestedScrollView | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:paddingTop="@dimen/dp_15" | |||||
android:layout_height="wrap_content"> | android:layout_height="wrap_content"> | ||||
<LinearLayout | <LinearLayout | ||||
android:animateLayoutChanges="true" | android:animateLayoutChanges="true" | ||||
android:animationCache="true" | android:animationCache="true" | ||||
android:orientation="vertical" | android:orientation="vertical" | ||||
android:paddingTop="@dimen/dp_15" | |||||
android:paddingHorizontal="@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 | <TextView | ||||
android:layout_width="wrap_content" | android:layout_width="wrap_content" | ||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
</LinearLayout> | </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 | <Button | ||||
android:id="@+id/btnNext" | android:id="@+id/btnNext" | ||||
style="@style/BtnShortStyle" | style="@style/BtnShortStyle" |
android:layout_gravity="center" | android:layout_gravity="center" | ||||
android:layout_marginTop="@dimen/dp_150" | android:layout_marginTop="@dimen/dp_150" | ||||
android:layout_marginBottom="@dimen/dp_30" | android:layout_marginBottom="@dimen/dp_30" | ||||
android:text="验证" | |||||
android:text="确定更换" | |||||
android:textSize="@dimen/sp_14" /> | android:textSize="@dimen/sp_14" /> | ||||
</LinearLayout> | </LinearLayout> |
<androidx.core.widget.NestedScrollView | <androidx.core.widget.NestedScrollView | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:paddingTop="@dimen/dp_15" | |||||
android:layout_height="wrap_content"> | android:layout_height="wrap_content"> | ||||
<LinearLayout | <LinearLayout | ||||
android:animateLayoutChanges="true" | android:animateLayoutChanges="true" | ||||
android:animationCache="true" | android:animationCache="true" | ||||
android:orientation="vertical" | android:orientation="vertical" | ||||
android:paddingTop="@dimen/dp_15" | |||||
android:paddingHorizontal="@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 | <LinearLayout | ||||
android:id="@+id/layout1" | android:id="@+id/layout1" | ||||
</LinearLayout> | </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 | <Button | ||||
android:id="@+id/btnNext" | android:id="@+id/btnNext" |