try fix issue 1931
This commit is contained in:
parent
c488166e5b
commit
d534332fd6
1 changed files with 4 additions and 2 deletions
|
@ -125,7 +125,8 @@
|
|||
android:layout_height="fill_parent"
|
||||
android:layout_gravity="bottom"
|
||||
android:gravity="center_horizontal"
|
||||
android:text="200 m"
|
||||
android:lineSpacingMultiplier="0.8"
|
||||
android:text="100 m"
|
||||
android:textSize="@dimen/map_widget_text_size_small" />
|
||||
|
||||
<TextView
|
||||
|
@ -134,7 +135,8 @@
|
|||
android:layout_height="fill_parent"
|
||||
android:layout_gravity="bottom"
|
||||
android:gravity="center_horizontal"
|
||||
android:text="200 m"
|
||||
android:lineSpacingMultiplier="0.8"
|
||||
android:text="100 m"
|
||||
android:textSize="@dimen/map_widget_text_size_small" />
|
||||
|
||||
</FrameLayout>
|
||||
|
|
Loading…
Reference in a new issue