amap_marker_window_info.xml 831 B

12345678910111213
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:layout_width="wrap_content"
  3. android:layout_height="wrap_content"
  4. android:orientation="vertical" android:background="@drawable/marker_info_bg"
  5. android:paddingLeft="8dp"
  6. android:paddingRight="8dp">
  7. <TextView android:layout_width="wrap_content" android:layout_height="wrap_content"
  8. android:textSize="12sp" android:textColor="@color/white"
  9. android:text="@string/location_map" android:id="@+id/title"/>
  10. <TextView android:layout_width="wrap_content" android:layout_height="wrap_content"
  11. android:textSize="10sp" android:textColor="@color/white"
  12. android:text="@string/location_map" android:id="@+id/snippet" android:visibility="gone" android:layout_marginTop="4dp"/>
  13. </LinearLayout>