|
|
@ -13,7 +13,7 @@
|
|
|
|
android:id="@+id/ivType"
|
|
|
|
android:id="@+id/ivType"
|
|
|
|
android:layout_width="24dp"
|
|
|
|
android:layout_width="24dp"
|
|
|
|
android:layout_height="24dp"
|
|
|
|
android:layout_height="24dp"
|
|
|
|
android:contentDescription="@string/title_legend_avatar"
|
|
|
|
android:contentDescription="@string/title_accessibility_from"
|
|
|
|
app:srcCompat="@drawable/baseline_call_received_24"
|
|
|
|
app:srcCompat="@drawable/baseline_call_received_24"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/ivAvatar"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/ivAvatar"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
@ -24,7 +24,6 @@
|
|
|
|
android:layout_width="42dp"
|
|
|
|
android:layout_width="42dp"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_marginStart="6dp"
|
|
|
|
android:layout_marginStart="6dp"
|
|
|
|
android:contentDescription="@string/title_legend_avatar"
|
|
|
|
|
|
|
|
android:padding="3dp"
|
|
|
|
android:padding="3dp"
|
|
|
|
app:srcCompat="@drawable/baseline_person_24"
|
|
|
|
app:srcCompat="@drawable/baseline_person_24"
|
|
|
|
app:layout_constraintDimensionRatio="1:1"
|
|
|
|
app:layout_constraintDimensionRatio="1:1"
|
|
|
@ -86,7 +85,7 @@
|
|
|
|
android:id="@+id/ivFavorite"
|
|
|
|
android:id="@+id/ivFavorite"
|
|
|
|
android:layout_width="24dp"
|
|
|
|
android:layout_width="24dp"
|
|
|
|
android:layout_height="24dp"
|
|
|
|
android:layout_height="24dp"
|
|
|
|
android:contentDescription="@string/title_legend_flagged"
|
|
|
|
android:contentDescription="@string/title_accessibility_flagged"
|
|
|
|
app:srcCompat="@drawable/baseline_star_24"
|
|
|
|
app:srcCompat="@drawable/baseline_star_24"
|
|
|
|
android:visibility="visible"
|
|
|
|
android:visibility="visible"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/ivAvatar"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/ivAvatar"
|
|
|
|