Skip to content
Snippets Groups Projects
Unverified Commit 529aa0ae authored by Alex Paulescu's avatar Alex Paulescu Committed by GitHub
Browse files

Contact diary homescreen person/location icon size adjustment (DEV) (#2444)

parent 03f13bac
No related branches found
No related tags found
No related merge requests found
......@@ -20,10 +20,10 @@
android:importantForAccessibility="no"
android:scaleType="centerInside"
android:src="@drawable/ic_contact_diary_person_item"
app:layout_constraintBottom_toBottomOf="@+id/contact_diary_overview_element_name"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@id/contact_diary_overview_element_name"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@+id/contact_diary_overview_element_name" />
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/contact_diary_overview_element_name"
......@@ -35,9 +35,10 @@
android:ellipsize="end"
android:focusable="true"
android:maxLines="3"
app:layout_constraintBottom_toBottomOf="@+id/contact_diary_overview_element_image"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/contact_diary_overview_element_image"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintTop_toTopOf="@+id/contact_diary_overview_element_image"
tools:text="Andrea Steinhauer" />
<TextView
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment