adjust vertical placement of zoomText
This commit is contained in:
parent
bdebd6d102
commit
d0641d94fa
2 changed files with 3 additions and 2 deletions
|
@ -62,7 +62,8 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="top|center"
|
||||
android:layout_marginTop="3dp"
|
||||
android:gravity="center_horizontal"
|
||||
<!-- android:layout_marginTop="3dp" -->
|
||||
android:textSize="@dimen/map_button_text_size" />
|
||||
</FrameLayout>
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="top|center"
|
||||
android:gravity="center_horizontal"
|
||||
android:layout_marginTop="3dp"
|
||||
<!-- android:layout_marginTop="3dp" -->
|
||||
android:textSize="@dimen/map_button_text_size" />
|
||||
</FrameLayout>
|
||||
|
||||
|
|
Loading…
Reference in a new issue