rn_supermap
Version:
rn_supermap 一款基于React-Native框架的移动应用开发工具。基于该开发工具,用户可以使用JavaScript开发语言,开发出在Android和IOS操作系统下运行的原生移动GIS应用,入门门槛低,一次开发,处处运行。
60 lines (52 loc) • 2.47 kB
text/xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:background="@drawable/shape_bg_speech_dialog"
android:layout_height="40dp">
<ImageView
android:id="@+id/ai_ar_content"
android:layout_width="30dp"
android:layout_margin="2dp"
android:layout_centerVertical="true"
android:layout_height="30dp"
android:adjustViewBounds="true"
android:visibility="visible"/>
<RelativeLayout android:layout_width="wrap_content"
android:background="@drawable/shape_bg_poiinfo"
android:clickable="true"
android:focusable="true"
android:layout_marginLeft="2dp"
android:layout_toRightOf="@id/ai_ar_content"
android:layout_height="wrap_content">
<TextView android:layout_width="wrap_content"
android:id="@+id/tv_name"
android:text="类别:"
android:textSize="12sp"
android:padding="2dp"
android:textColor="#ffffff"
android:layout_height="wrap_content"/>
<TextView android:layout_width="wrap_content"
android:id="@+id/info"
android:textSize="12sp"
android:padding="2dp"
android:textColor="#ffffff"
android:layout_toRightOf="@id/tv_name"
android:layout_height="wrap_content"/>
<TextView android:layout_width="wrap_content"
android:id="@+id/tv_address"
android:layout_below="@id/tv_name"
android:text="时间:"
android:textSize="12sp"
android:padding="2dp"
android:textColor="#ffffff"
android:layout_height="wrap_content"/>
<TextView android:layout_width="wrap_content"
android:id="@+id/address"
android:textSize="12sp"
android:padding="2dp"
android:textColor="#ffffff"
android:layout_toRightOf="@id/tv_address"
android:layout_below="@id/info"
android:layout_height="wrap_content"/>
</RelativeLayout>
</RelativeLayout>