下载此文档

安卓开发实验报告.docx


文档分类:研究报告 | 页数:约9页 举报非法文档有奖
1/9
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/9 下载此文档
文档列表 文档介绍
android:layout_height ="fill_parent"
android:layout_height ="fill_parent"
安卓开发实验报告
目录
一、页面跳转
二、长按图标抖动以及显示删除
"用户名"
android:textSize="16sp"
/>
<EditText
android:id="@+id/name"
android:layout_width="fill_parent"android:layout_height="wrap_content"android:hint="请填写登录用户名"android:selectAllOnFocus="true">
<requestFocus/>
/EditText>
</TableRow>
<TableRow
android:id="@+id/tableRow2"android:layout_width="fill_parent"android:layout_height="wrap_content">
<TextView
android:layout_width="fill_parent"android:layout_height="wrap_content"android:text="请输入密码"
android:textSize="16sp"
/>
<EditText
android:id="@+id/password"android:layout_width="fill_parent"android:layout_height="wrap_content"android:selectAllOnFocus="true">
<requestFocus/>
/EditText>
</TableRow>
<TableRow
android:id="@+id/tableRow3"android:layout_width="fill_parent"android:layout_height="wrap_content">
<Button
android:id="@+id/login"
android:layout_width="wrap_content"android:layout_height="wrap_content"android:text="登录"
android:textSize="16sp"/>
/TableRow>
</LinearLayout>
</LinearLayout>
android:password ="true"
</TableLayout>
version=""encoding="utf-8"><LinearLayoutxmlns:android=""
android:layout_width="match_parent"android:layout_height="match_parent"android:orientation="vertical">
<TextView
android:id="@+id/nameShow"android:layout_width="fill_parent"android:layout_height="wr

安卓开发实验报告 来自淘豆网m.daumloan.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
最近更新