react-native-cosser
Version:
环信客服功能
21 lines (19 loc) • 599 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">
<ImageView
android:id="@+id/iv_icon"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:paddingTop="8dp"
android:paddingBottom="8dp"
/>
<View
android:layout_width="0.5dp"
android:layout_height="match_parent"
android:background="#CDCDCD"
/>
</LinearLayout>