安卓布局:编辑框,代码和图如下 100

<LinearLayoutandroid:id="@+id/pop_footprint_comment"android:layout_width="match_paren... <LinearLayout
android:id="@+id/pop_footprint_comment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:orientation="horizontal" >

<EditText
android:id="@+id/et_comment_content"
android:layout_width="wrap_content"
android:layout_height="40dp"
android:layout_marginLeft="3dp"
android:layout_weight="3"
android:ems="10"
android:hint="输入你想说的话"
android:padding="3dp" >

<requestFocus />
</EditText>

<Button
android:id="@+id/btn_footprint_comment_send"
android:layout_width="wrap_content"
android:layout_height="40dp"
android:layout_weight="1"
android:background="#EE8E87"
android:layout_marginBottom="0dp"
android:text="发送" />

</LinearLayout>

问题:
1、编辑框代码内没有任何颜色,边框的定义,不知道黄色是如何显示出来的
2、发送按钮和编辑框下面总是对不齐
3、编辑框和发送按钮中间如何有点间距
展开
 我来答
tjns8
2015-01-09 · 超过10用户采纳过TA的回答
知道答主
回答量:59
采纳率:0%
帮助的人:20万
展开全部
1.黄色是获取焦点了吧。自定义一下背景,替换标准的背景就可以了。用xml定义的。可以参考系统自带的定义方式。
2.在linearlayout布局中有一个对齐方式的属性,设置一下就可以了。
3.设置发送按钮的manger就可以了。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式