ipu的trunk版的android工程和服务端工程。

map_info_window_bg.xml 366B

    <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" > <!-- 中间的背景色 --> <solid android:color="#000000"/> <!-- 设置四个角的角度 --> <corners android:topLeftRadius="10dp" android:topRightRadius="10dp" android:bottomLeftRadius="10dp" android:bottomRightRadius="10dp"/> </shape>