- 10
- 0
- 约2.52万字
- 约 20页
- 2016-12-03 发布于河南
- 举报
新版Android开发教程9
新版Android开发教程9
本文由stephenson37贡献
pdf文档可能在WAP端浏览体验不佳。建议您优先选择TXT,或下载源文件到本机查看。
Android 编程基础
封面
1
Android 编程基础
Android UI 编程基础 3
EditText 与 TextView 共舞
setOnKeyListener 事件
① 新建工程
② 在 main.xml 布局中添加 UI 元素:一个 EditText 和一个 TextView ?xml version=1.0 encoding=utf-8 ?
TextView android:layout_width=fill_parent android:layout_height=wrap_content android:text=@string/hello / EditText android:layout_width=wrap_content android:layout_height=wrap_content android:id=@+id/myEditText/ TextView android:layout_width=fill_parent android:layout_height=wrap_content android
原创力文档

文档评论(0)