我在我的应用中使用谷歌地图。地图在设备上很好,但在BlueStack App Player中,文本无法读取,如the picture here所示。
代码:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<fragment
android:id="@+id/map"
android:name="com.google.android.gms.maps.MapFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_above="@+id/footer"
android:layout_below="@+id/header" />
</RelativeLayout>
答案 0 :(得分:0)
看起来这只是蓝图与实际分辨率之间的缩放差异。没有什么可担心的,也与您发布的XML有任何关系。