react-native-cosser
Version:
环信客服功能
20 lines (18 loc) • 501 B
text/xml
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:orientation="horizontal">
<TextView
android:id="@+id/tv_text"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center"
/>
<View
android:layout_width="0.5dp"
android:layout_height="match_parent"
android:background="#CDCDCD"
/>
</LinearLayout>