diff --git a/app/src/main/res/drawable-hdpi/subway_icon.png b/app/src/main/res/drawable-hdpi/subway_icon.png index 5e1f2cf..26568f2 100644 Binary files a/app/src/main/res/drawable-hdpi/subway_icon.png and b/app/src/main/res/drawable-hdpi/subway_icon.png differ diff --git a/app/src/main/res/layout/location_item.xml b/app/src/main/res/layout/location_item.xml index 00e75f9..9e733b9 100644 --- a/app/src/main/res/layout/location_item.xml +++ b/app/src/main/res/layout/location_item.xml @@ -12,24 +12,24 @@ android:id="@+id/location_image" android:layout_width="50dp" android:layout_height="50dp" + android:layout_marginStart="5dp" android:scaleType="centerCrop" app:layout_constraintBottom_toBottomOf="parent" - app:layout_constraintEnd_toStartOf="@id/location_name" + app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_bias="1.0" />