adjust vertical placement of zoomText

This commit is contained in:
sonora 2015-11-19 21:22:24 +01:00
parent bdebd6d102
commit d0641d94fa
2 changed files with 3 additions and 2 deletions

View file

@ -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>

View file

@ -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>