see if this fixes smalll layout issue
This commit is contained in:
parent
a4a69a03b7
commit
c488166e5b
1 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@
|
|||
android:layout_height="fill_parent"
|
||||
android:layout_gravity="bottom"
|
||||
android:gravity="center_horizontal"
|
||||
android:text="100 m"
|
||||
android:text="200 m"
|
||||
android:textSize="@dimen/map_widget_text_size_small" />
|
||||
|
||||
<TextView
|
||||
|
@ -134,7 +134,7 @@
|
|||
android:layout_height="fill_parent"
|
||||
android:layout_gravity="bottom"
|
||||
android:gravity="center_horizontal"
|
||||
android:text="100 m"
|
||||
android:text="200 m"
|
||||
android:textSize="@dimen/map_widget_text_size_small" />
|
||||
|
||||
</FrameLayout>
|
||||
|
|
Loading…
Reference in a new issue