Make arrow icon smaller
This commit is contained in:
parent
8243477eea
commit
bc32376ad1
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@
|
|||
|
||||
<android.support.v7.widget.AppCompatImageView
|
||||
android:id="@+id/map_marker_icon"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginRight="16dp"
|
||||
|
|
Loading…
Reference in a new issue