码迷,mamicode.com
首页 > 其他好文 > 详细

一个可编辑文本和一个按钮

时间:2016-01-23 18:00:58      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:

<EditText android:id="@+id/edit_message"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:hint="@string/edit_message" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/button_send" />

技术分享

技术分享

一个可编辑文本和一个按钮

标签:

原文地址:http://www.cnblogs.com/sansansan/p/5153540.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!