|
|
|
@ -1,19 +1,19 @@ |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
|
android:id="@+id/constraintlayout" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
style="@style/FocusStyle" |
|
|
|
|
android:descendantFocusability="afterDescendants" |
|
|
|
|
> |
|
|
|
|
android:descendantFocusability="afterDescendants"> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/iv_avatar" |
|
|
|
|
android:layout_width="36dp" |
|
|
|
|
android:layout_height="36dp" |
|
|
|
|
android:layout_marginLeft="47dp" |
|
|
|
|
android:src="@color/design_default_color_background" |
|
|
|
|
tools:src="@color/design_default_color_background" |
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
|
|
|
|
|
@ -22,7 +22,7 @@ |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginLeft="12dp" |
|
|
|
|
android:text="通知" |
|
|
|
|
tools:text="通知" |
|
|
|
|
android:textColor="@color/white_f1f1f1" |
|
|
|
|
android:textSize="21sp" |
|
|
|
|
app:layout_constraintLeft_toRightOf="@+id/iv_avatar" |
|
|
|
@ -33,7 +33,7 @@ |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginLeft="12dp" |
|
|
|
|
android:text="2023-05-30 26:30:25" |
|
|
|
|
tools:text="2023-05-30 26:30:25" |
|
|
|
|
android:textColor="@color/white_f1f1f1" |
|
|
|
|
android:textSize="12sp" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tv_name" |
|
|
|
|