<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<EditText
android:layout_width="0dp"
android:layout_height="wrap_content"
android:id="@+id/editText"
android:layout_weight="4"
android:hint="Input something..."
/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/button_1"
android:layout_weight="1"
android:text="Button 1"
/>
</LinearLayout>
EditText 和 Button 制作输入框
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 首先来看一下布局文件 1了解一下思路 设置默认按钮为不可用 当检测到EditText输入的时候改变按钮的状态用来解...
- 第一组:姚成栋 折线图 由于无法上传文件相关文件见群文件 第二组:赵彩凤 成员变量和类变量的区别 由stati...
- 这是一个模仿的小例子,记录我在编写过程中所碰到的一些问题。这个是最终效果 主要介绍上面的搜索布局是怎么实现的,注意...