| | |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | android:padding="10dp"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/tv_action" |
| | | app:layout_constraintBottom_toTopOf="@id/tv_skip" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | android:layout_marginEnd="30dp" |
| | | android:text="选好了,进入下一步" |
| | | android:background="@drawable/bg_mid_green_30" |
| | | android:textColor="@color/white" |
| | | android:paddingVertical="12dp" |
| | | android:textSize="16sp" |
| | | android:layout_marginBottom="20dp" |
| | | android:paddingHorizontal="40dp"/> |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_height="0dp" |
| | | android:id="@+id/tv_last" |
| | |
| | | android:textSize="16sp" |
| | | android:layout_marginStart="30dp" |
| | | android:layout_marginEnd="20dp" |
| | | app:layout_constraintWidth_percent="0.32" |
| | | android:gravity="center" |
| | | android:background="@drawable/bg_deep_green_line_30" |
| | | android:text="上一步"/> |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/tv_action" |
| | | app:layout_constraintBottom_toTopOf="@id/tv_skip" |
| | | app:layout_constraintStart_toEndOf="@id/tv_last" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | android:layout_marginEnd="30dp" |
| | | android:text="选好了,进入下一步" |
| | | android:gravity="center" |
| | | android:background="@drawable/bg_mid_green_30" |
| | | android:textColor="@color/white" |
| | | android:paddingVertical="12dp" |
| | | android:textSize="16sp" |
| | | android:layout_marginBottom="20dp"/> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |