1.修改友盟上的bug.

This commit is contained in:
wangdongsheng
2021-12-10 11:43:30 +08:00
parent 1b47add5bf
commit 9f6a3a1cfe
159 changed files with 2094 additions and 2261 deletions

View File

@@ -53,7 +53,12 @@
app:layout_constraintTop_toTopOf="@+id/tv_title" />
</LinearLayout>
<RelativeLayout
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/relative_linear"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -67,20 +72,27 @@
android:layout_height="wrap_content"
android:layout_marginStart="15dp"
android:text="到期时间:"
android:textSize="15sp" />
android:textSize="15sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/tv_distance"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_marginEnd="20dp"
android:maxLength="10"
android:text="距离:"
android:textSize="15sp" />
android:textSize="15sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/tv_time"
app:layout_constraintTop_toTopOf="parent" />
</RelativeLayout>
</androidx.constraintlayout.widget.ConstraintLayout
>
<View
android:layout_width="match_parent"