Chinaunix首页 | 论坛 | 博客
  • 博客访问: 226578
  • 博文数量: 80
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 781
  • 用 户 组: 普通用户
  • 注册时间: 2014-11-08 10:41
个人简介

爱莉清

文章分类

全部博文(80)

文章存档

2018年(1)

2017年(18)

2016年(49)

2015年(7)

2014年(5)

我的朋友

分类: Android平台

2016-04-08 08:40:59

先看效果:

第一步先把工程建立起来然后布置成如下状态:
xml布局方式采用线性布局。

    xmlns:android=""
    xmlns:tools=""
    android:layout_width="match_parent"
    android:layout_height="match_parent" 
    android:orientation="vertical"
    >
    
        android:id="@+id/editText"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:hint="这里输入要保存的数据"
        />
    
阅读(880) | 评论(0) | 转发(0) |
0

上一篇:安卓常用控件

下一篇:Spinner使用方法

给主人留下些什么吧!~~