Skip to content

Commit 06b93dd

Browse files
authored
Merge pull request #593 from sandarumk/label_space_issue_in_nearby
Fixes #508
2 parents 9f58c51 + 653b5ce commit 06b93dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/item_place.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
android:paddingTop="@dimen/small_margin"
4242
android:paddingLeft="@dimen/small_margin"
4343
android:paddingRight="@dimen/small_margin"
44-
android:maxLines="1"
44+
android:maxLines="2"
4545
android:ellipsize="none"
4646
style="?android:textAppearanceMedium"
4747
tools:text="@string/placeholder_place_name"

0 commit comments

Comments
 (0)