设为首页 加入收藏

TOP

Android开发笔记: 5种对话框案例(三)
2017-10-13 10:37:05 】 浏览:3738
Tags:Android 开发 笔记 对话 案例
nbsp;
  •             android:layout_height="wrap_content"  
  •             android:text="登录信息"  
  •             android:gravity="center"  
  •             android:textAppearance="?android:attr/textAppearanceLarge" />  
  •        
  •       
  •     <TextView  
  •         android:id="@+id/tv_name"  
  •         android:layout_width="wrap_content"  
  •         android:layout_height="wrap_content"  
  •         android:text="用户名:" />  
  •       
  •     <EditText android:id="@+id/et_name"  
  •         android:layout_width="match_parent"  
  •         android:layout_height="wrap_content"  
  •         android:hint="请输入用户名"/>  
  •       
  •     <TextView  
  •         android:id="@+id/tv_pwd"  
  •         android:layout_width="wrap_content"  
  •         android:layout_height="wrap_content"  
  •         android:text="密 码:" />  
  •       
  •     <EditText android:id="@+id/et_pwd"  
  •         android:layout_width="match_parent"  
  •         android:layout_height="wrap_content"  
  •         android:inputType="textPassword"  
  •         android:hint="请输入密码"/>  
  •    
  •         <requestFocus />  
  •   
  •         <Button  
  •             android:id="@+id/btn_confirm"  
  •             android:layout_width="150dip"  
  •   &
  • 首页 上一页 1 2 3 4 5 6 7 下一页 尾页 3/10/10
    】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
    上一篇android企业级商城源码、360°全.. 下一篇viewpager无线轮播获取网络图片

    最新文章

    热门文章

    Hot 文章

    Python

    C 语言

    C++基础

    大数据基础

    linux编程基础

    C/C++面试题目