Android EditText(失焦+焦点)+登录界面(2)

本文介绍了一套针对Android开发者的学习体系,包括系统化的学习笔记、数据结构与算法视频、大厂面试真题和实战项目源码,帮助解决资料杂乱、缺乏方向的问题,适用于知识碎片化、迷茫的开发者。只需点赞+评论即可获取完整资源。
摘要由CSDN通过智能技术生成

<LinearLayout

android:layout_width=“match_parent”

android:layout_height=“match_parent”

android:layout_marginBottom=“50dp”

android:gravity=“center”>

<ImageView

android:layout_width=“100dp”

android:layout_height=“100dp”

android:src=“@drawable/splash” />

<LinearLayout

android:layout_width=“match_parent”

android:layout_height=“wrap_content”

android:orientation=“horizontal”>

<ImageView

android:id=“@+id/iv_profile”

android:layout_width=“20dp”

android:layout_height=“20dp”

android:layout_marginTop=“28dp”

android:src=“@drawable/white_profile” />

<LinearLayout

android:layout_width=“match_parent”

android:layout_height=“wrap_content”

android:layout_marginLeft=“5dp”

android:layout_marginTop=“20dp”

android:orientation=“vertical”>

<EditText

android:id=“@+id/et_user_name”

android:layout_width=“250dp”

android:layout_height=“wrap_content”

android:layout_margin=“5dp”

android:background=“@null”

android:hint=“@string/user_hint”

android:textColor=“#b2000000”

android:textColorHint=“#FFFFFF”

android:textCursorDrawable=“@null”

android:textSize=“15dp” />

<View

android:id=“@+id/view_login_username”

android:layout_width=“260dp”

android:layout_height=“0.5dp”

android:background=“@drawable/shape” />

<LinearLayout

android:layout_width=“match_parent”

android:layout_height=“wrap_content”

android:orientation=“horizontal”>

<ImageView

android:id=“@+id/iv_lock”

android:layout_width=“20dp”

android:layout_height=“20dp”

android:layout_marginTop=“28dp”

android:src=“@drawable/white_lock” />

<LinearLayout

android:layout_width=“match_parent”

android:layout_height=“wrap_content”

android:layout_marginLeft=“5dp”

android:layout_marginTop=“20dp”

android:orientation=“vertical”>

<EditText

android:id=“@+id/et_password”

android:layout_width=“250dp”

android:layout_height=“wrap_content”

android:layout_centerHorizontal=“true”

android:layout_margin=“5dp”

android:background=“@null”

android:hint=“@string/please_enter_a_password”

android:textColor=“#b2000000”

android:textColorHint=“#FFFFFF”

android:textCursorDrawable=“@null”

android:textSize=“15dp” />

<View

android:id=“@+id/view_login_password”

android:layout_width=“260dp”

android:layout_height=“0.5dp”

android:background=“@drawable/shape” />

小福利:

在当下这个碎片化信息环境的时代,很多资源都可以在网络上找到,只取决于你愿不愿意找或是找的方法对不对了

很多朋友不是没有资料,大多都是有几十上百个G,但是杂乱无章,不知道怎么看从哪看起,甚至是看后就忘

如果大家觉得自己在网上找的资料非常杂乱、不成体系的话,我也分享一套给大家,比较系统,我平常自己也会经常研读。

2021大厂最新Android面试真题解析

Android大厂面试真题解析

各个模块学习视频:如数据结构与算法

算法与数据结构资料图

只有系统,有方向的学习,才能在段时间内迅速提高自己的技术。
一线互联网架构师

这份体系学习笔记,适应人群:**第一,**学习知识比较碎片化,没有合理的学习路线与进阶方向。**第二,**开发几年,不知道如何进阶更进一步,比较迷茫。第三,到了合适的年纪,后续不知道该如何发展,转型管理,还是加强技术研究。如果你有需要,我这里恰好有为什么,不来领取!说不定能改变你现在的状态呢!点赞+评论即可获得!

《Android学习笔记总结+移动架构视频+大厂面试真题+项目实战源码》点击传送门,即可获取!
开发几年,不知道如何进阶更进一步,比较迷茫。第三,到了合适的年纪,后续不知道该如何发展,转型管理,还是加强技术研究。如果你有需要,我这里恰好有为什么,不来领取!说不定能改变你现在的状态呢!点赞+评论即可获得!

《Android学习笔记总结+移动架构视频+大厂面试真题+项目实战源码》点击传送门,即可获取!

  • 18
    点赞
  • 29
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值