|
|
@@ -39,6 +39,7 @@
|
|
|
app:layout_constraintHorizontal_chainStyle="packed"
|
|
|
app:layout_constraintStart_toEndOf="@+id/group_list_item_imageView"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintVertical_chainStyle="packed"
|
|
|
app:layout_goneMarginStart="0dp"
|
|
|
tools:text="标题"
|
|
|
tools:textColor="#000"
|
|
|
@@ -49,9 +50,10 @@
|
|
|
android:id="@+id/tv_activist"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
android:text="@string/profile_activist_process"
|
|
|
android:textColor="@color/color_FF9352FC"
|
|
|
- android:textSize="10sp"
|
|
|
+ android:textSize="11sp"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="@id/group_list_item_textView"
|
|
|
app:layout_constraintTop_toBottomOf="@id/group_list_item_textView"
|
|
|
@@ -62,9 +64,9 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="12dp"
|
|
|
- android:text="Charmer: 1/80"
|
|
|
+ android:text="@string/profile_charmer_process"
|
|
|
android:textColor="@color/color_FF9352FC"
|
|
|
- android:textSize="10sp"
|
|
|
+ android:textSize="11sp"
|
|
|
app:layout_constraintBaseline_toBaselineOf="@id/tv_activist"
|
|
|
app:layout_constraintStart_toEndOf="@id/tv_activist"
|
|
|
tools:ignore="SmallSp" />
|