最近工作太忙,都没有时间写博客了。废话不多说,直接上代码。
在activity_send_message.xml添加发送图片的按钮
"1.0" encoding="utf-8"
"http://schemas.android.com/apk/res/android"
- android_layout_width="match_parent"
- android_layout_height="match_parent">
-
-
- android_layout_width="match_parent"
- android_layout_height="match_parent"
- android_gravity="center_horizontal"
- android_orientation="vertical">
-
-
- android_layout_width="match_parent"
- android_layout_height="44dp"
- android_background="@color/deepskyblue"
- android_gravity="center_vertical"
- android_orientation="horizontal">
-
-
- android_id="@+id/ll_return"
- android_layout_width="44sp"
- android_layout_height="44sp"
- android_gravity="center_vertical">
-
-
- android_layout_width="24sp"
- android_layout_height="24sp"
- android_layout_marginStart="20dp"
- android_contentDescription="@string/tv_icon_des"
- android_src="@drawable/return1" />
-
- /LinearLayout>
-
- android_layout_width="wrap_content"
- android_layout_height="wrap_content"
- android_layout_marginStart="20dp"
-
android_text="@string/btn_send_message"
-
android_textColor="@color/white"
-
android_textSize="20sp" />
-
-
-
android_layout_width="match_parent"
-
android_layout_height="wrap_content"
-
android_orientation="vertical">
-
-
android_id="@+id/ed_send_text"
-
android_layout_width="match_parent"
-
android_layout_height="wrap_content" />
-
-
android_id="@+id/btn_send_text"
-
android_layout_width="wrap_content"
-
android_layout_height="wrap_content"
-
android_text="@string/btn_send_message" />
-
-
android_layout_width="wrap_content"
-
android_layout_height="wrap_content"
-
android_text="消息接收显示" />
-
-
android_id="@+id/tv_receive_message"
-
android_layout_width="wrap_content"
-
android_layout_height="wrap_content" />
-
-
-
android_layout_width="match_parent"
-
android_layout_height="wrap_content"
-
android_orientation="vertical">
-
-
android_id="@+id/btn_album"
-
android_layout_width="wrap_content"
-
android_layout_height="wrap_content"
-
android_text="@string/tv_album" />
-
-
android_layout_width="wrap_content"
-
android_layout_height="wrap_content"
-
android_text="图片接收显示" />
-
-
android_id="@+id/iv_receive_message"
-
android_layout_width="200dp"
-
android_layout_height="200dp" />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!