Advertisement

Android椭圆发送框布局的设计

阅读量:

效果展示图:

在这里插入图片描述

XML布局:

复制代码
     <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="45dp"
        android:orientation="horizontal"
        android:id="@+id/btm"
        android:background="@color/white"
        android:gravity="center_vertical"
        android:layout_weight="1">
        <EditText
            android:layout_width="wrap_content"
            android:layout_height="40dp"
            android:layout_weight="9"
            android:id="@+id/edit"

全部评论 (0)

还没有任何评论哟~