关注,访客模块
This commit is contained in:
@@ -374,18 +374,18 @@
|
||||
|
||||
<com.flyco.roundview.RoundTextView
|
||||
android:id="@+id/rtv_new_scan_num"
|
||||
android:layout_width="12dp"
|
||||
android:layout_height="12dp"
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="18dp"
|
||||
android:layout_toEndOf="@id/ll_scan"
|
||||
android:gravity="center"
|
||||
android:text=""
|
||||
android:textColor="@color/white"
|
||||
android:textSize="8sp"
|
||||
android:textSize="12sp"
|
||||
android:visibility="invisible"
|
||||
app:layout_constraintStart_toEndOf="@+id/tv_scan_num"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:rv_backgroundColor="@color/mainColor"
|
||||
app:rv_cornerRadius="7dp" />
|
||||
app:rv_backgroundColor="#f94f2e"
|
||||
app:rv_cornerRadius="9dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_scan"
|
||||
@@ -403,6 +403,7 @@
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:visibility="gone"
|
||||
android:id="@+id/ll_foot"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user