资源简介
白蚁登录小例子,例子有点简单
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/login"
android:orientation="vertical" >
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:padding="5dip" >
<FrameLayout
android:layout_width="fill_parent"
android:layout_height="0dip"
android:layout_weight="40"
android:layout_gravity="center_horizontal"
android:layout_marginTop="5dip" >
<ImageView
android:id="@ id/unit_login_img"
android:layout_width="244dip"
android:layout_height="156dip"
android:layout_gravity="center"
android:src="@drawable/logo" />
</FrameLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="0dip"
android:layout_weight="60"
android:focusable="true"
android:focusableInTouchMode="true"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"
android:orientation="vertical" >
<EditText
android:id="@ id/login_edit_account"
android:layout_width="fill_parent"
android:layout_height="40dip"
android:layout_marginTop="1dip"
android:paddingLeft="15dip"
android:background="@drawable/account"
android:hint="帐号"
android:layout_marginLeft="30dip"
android:layout_marginRight="30dip" />
<EditText
android:id="@ id/login_edit_pwd"
android:layout_width="fill_parent"
android:layout_height="40dip"
android:background="@drawable/account"
android:layout_marginLeft="30dip"
android:layout_marginRight="30dip"
android:paddingLeft="15dip"
android:layout_marginTop="20dip"
android:hint="密码"
android:ems="10"
android:password="true" >
</EditText>
<Button
android:id="@ id/login_btn_login"
android:layout_width="fill_parent"
android:layout_height="40dip"
android:layout_marginTop="20dip"
android:layout_marginLeft="30dip"
android:layout_marginRight="30dip"
android:text="登录"
android:background="@drawable/loginbutton"
android:textColor="@android:color/white"
android:textSize="18sp" />
</LinearLayout>
</LinearLayout>
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/login"
android:orientation="vertical" >
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:padding="5dip" >
<FrameLayout
android:layout_width="fill_parent"
android:layout_height="0dip"
android:layout_weight="40"
android:layout_gravity="center_horizontal"
android:layout_marginTop="5dip" >
<ImageView
android:id="@ id/unit_login_img"
android:layout_width="244dip"
android:layout_height="156dip"
android:layout_gravity="center"
android:src="@drawable/logo" />
</FrameLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="0dip"
android:layout_weight="60"
android:focusable="true"
android:focusableInTouchMode="true"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"
android:orientation="vertical" >
<EditText
android:id="@ id/login_edit_account"
android:layout_width="fill_parent"
android:layout_height="40dip"
android:layout_marginTop="1dip"
android:paddingLeft="15dip"
android:background="@drawable/account"
android:hint="帐号"
android:layout_marginLeft="30dip"
android:layout_marginRight="30dip" />
<EditText
android:id="@ id/login_edit_pwd"
android:layout_width="fill_parent"
android:layout_height="40dip"
android:background="@drawable/account"
android:layout_marginLeft="30dip"
android:layout_marginRight="30dip"
android:paddingLeft="15dip"
android:layout_marginTop="20dip"
android:hint="密码"
android:ems="10"
android:password="true" >
</EditText>
<Button
android:id="@ id/login_btn_login"
android:layout_width="fill_parent"
android:layout_height="40dip"
android:layout_marginTop="20dip"
android:layout_marginLeft="30dip"
android:layout_marginRight="30dip"
android:text="登录"
android:background="@drawable/loginbutton"
android:textColor="@android:color/white"
android:textSize="18sp" />
</LinearLayout>
</LinearLayout>
</LinearLayout>
代码片段和文件信息
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.v7.appcompat;
public final class R {
public static final class anim {
public static final int abc_fade_in = 0x7f040000;
public static final int abc_fade_out = 0x7f040001;
public static final int abc_slide_in_bottom = 0x7f040002;
public static final int abc_slide_in_top = 0x7f040003;
public static final int abc_slide_out_bottom = 0x7f040004;
public static final int abc_slide_out_top = 0x7f040005;
}
public static final class attr {
public static final int actionBarDivider = 0x7f01000f;
public static final int actionBarItemBackground = 0x7f010010;
public static final in
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-05-14 12:02 Ant\
文件 475 2016-05-14 12:02 Ant\.classpath
文件 839 2016-05-14 12:02 Ant\.project
文件 3704 2016-05-24 16:58 Ant\AndroidManifest.xm
目录 0 2016-05-14 12:02 Ant\assets\
目录 0 2016-05-25 15:54 Ant\bin\
文件 3704 2016-05-25 13:31 Ant\bin\AndroidManifest.xm
文件 10200503 2016-05-25 15:54 Ant\bin\Ant.apk
目录 0 2016-05-27 09:50 Ant\bin\classes\
文件 1733948 2016-05-25 15:40 Ant\bin\classes.dex
目录 0 2016-05-27 09:50 Ant\bin\classes\android\
目录 0 2016-05-27 09:50 Ant\bin\classes\android\support\
目录 0 2016-05-27 09:50 Ant\bin\classes\android\support\v7\
目录 0 2016-05-27 09:50 Ant\bin\classes\android\support\v7\appcompat\
文件 629 2016-05-27 09:50 Ant\bin\classes\android\support\v7\appcompat\R$anim.class
文件 5136 2016-05-27 09:50 Ant\bin\classes\android\support\v7\appcompat\R$attr.class
文件 763 2016-05-27 09:50 Ant\bin\classes\android\support\v7\appcompat\R$bool.class
文件 594 2016-05-27 09:50 Ant\bin\classes\android\support\v7\appcompat\R$color.class
文件 1530 2016-05-27 09:50 Ant\bin\classes\android\support\v7\appcompat\R$dimen.class
文件 5191 2016-05-27 09:50 Ant\bin\classes\android\support\v7\appcompat\R$drawable.class
文件 2556 2016-05-27 09:50 Ant\bin\classes\android\support\v7\appcompat\R$id.class
文件 445 2016-05-27 09:50 Ant\bin\classes\android\support\v7\appcompat\R$integer.class
文件 1629 2016-05-27 09:50 Ant\bin\classes\android\support\v7\appcompat\R$layout.class
文件 1141 2016-05-27 09:50 Ant\bin\classes\android\support\v7\appcompat\R$string.class
文件 9582 2016-05-27 09:50 Ant\bin\classes\android\support\v7\appcompat\R$st
文件 6541 2016-05-27 09:50 Ant\bin\classes\android\support\v7\appcompat\R$st
文件 1015 2016-05-27 09:50 Ant\bin\classes\android\support\v7\appcompat\R.class
目录 0 2016-05-27 09:50 Ant\bin\classes\com\
目录 0 2016-05-27 09:50 Ant\bin\classes\com\adapter\
目录 0 2016-05-27 09:50 Ant\bin\classes\com\adapter\alladapter\
文件 1309 2016-05-27 09:50 Ant\bin\classes\com\adapter\alladapter\Bean.class
............此处省略389个文件信息
- 上一篇:条码扫描二维码
- 下一篇:Fragment的使用
相关资源
- Android登录注册客户端_cookieMonster
- android登录界面源码
- android简单的登录注册,sqlite
- Android+SQLite实现用户注册登录代码
- Java Web登录DemoSSM+Ajax
- java框架SSM的用户,管理员,快递员的
- Javaweb常用登录和注册功能实现涉及的
- 个人博客jsp,邮箱登录+图片上传+评论
- android 集成短信登录验证功能Demo
- Android用户登录示例92097
- Android开发-登录界面Demo-AndroidStudio
- 落雨博客基于CAS框架的单点登录技术
- java游戏登录界面和角色创建技能学习
- jsp+mysql实现注册登录和管理员登陆实
- 简单的注册登录页面(jsp+servlet+jdbc
- jsp+servlet+mysql+jdbc 简单登录
- 企业通讯录项目 基于SSM下的JAVA项目
- Android通过JavaWeb实现用户登录(一)
-
xm
l的登录与注册 - 详解Java使用Jsch与sftp服务器实现ssh免
- 使用JSP内置对象:1、设计教师与学生
- Servlet实现增删改查功能_+jsp登录页面
- SQLite注册与登录界面
- ssh登录注册验证
- Shiro安装需要jar包
- java动态登录界面
- Android精美登录界面设计
- android用户登录界面设计
- Android模拟手机QQ登录和主界面.zip
- 基于socket的用户注册,登录,文件上
评论
共有 条评论