|
|
@ -19,7 +19,7 @@
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_margin="12dp"
|
|
|
|
android:layout_margin="6dp"
|
|
|
|
app:cardElevation="2dp">
|
|
|
|
app:cardElevation="2dp">
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
|
@ -28,13 +28,30 @@
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:padding="6dp">
|
|
|
|
android:padding="6dp">
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
|
|
android:id="@+id/title"
|
|
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:ellipsize="middle"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
android:singleLine="true"
|
|
|
|
|
|
|
|
tools:text="User asked to follow you" />
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
|
|
|
|
|
|
android:id="@+id/title"
|
|
|
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
|
|
|
android:ellipsize="middle"
|
|
|
|
|
|
|
|
android:singleLine="true"
|
|
|
|
|
|
|
|
tools:text="User asked to follow you" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
|
|
|
|
|
|
android:layout_width="20dp"
|
|
|
|
|
|
|
|
android:layout_height="20dp"
|
|
|
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
|
|
|
android:layout_marginStart="5dp"
|
|
|
|
|
|
|
|
android:src="@drawable/ic_baseline_supervised_user_circle_24"
|
|
|
|
|
|
|
|
android:tint="@color/cyanea_accent_reference" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|