mappls-map-react-native
Version:
A Mappls GL react native module for creating custom maps
18 lines (15 loc) • 605 B
text/xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/annotation_layout"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/annotation_img"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<LinearLayout
android:orientation="vertical"
android:id="@+id/annotation_view_container"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</RelativeLayout>