账号密码输入界面
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/login_layout" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="#ffffff" android:orientation="vertical" android:gravity="center_horizontal"> <RelativeLayout android:id="@+id/login_top_layout" android:layout_width="fill_parent" android:layout_height="40dp" android:layout_alignParentTop="true" android:background="@drawable/login_top_bg"> <Button android:id="@+id/login_reback_btn" android:layout_width="40dp" android:layout_height="23dp" android:layout_marginLeft="5dp" android:layout_marginTop="5dp" android:background="@drawable/login_reback_selector"/> <TextView android:layout_width="50dp" android:layout_height="23dp" android:layout_marginLeft="5dp" android:layout_marginTop="5dp" android:layout_centerInParent="true" android:textSize="17sp" android:textStyle="bold" android:textColor="#ffffff" android:text="微信" /> </RelativeLayout> <EditText android:id="@+id/login_user_edit" android:layout_width="300dp" android:layout_height="45dp" android:layout_below="@+id/login_top_layout" android:textColor="#aaaaaa" android:textSize="15sp" android:layout_marginTop="25dp" android:layout_marginLeft="10dp" android:background="@drawable/login_selector" android:hint="QQ号/微信号/手机号"/> <EditText android:id="@+id/login_passwd_edit" android:layout_width="300dp" android:layout_height="45dp" android:layout_below="@+id/login_user_edit" android:textColor="#aaaaaa" android:textSize="15sp" android:layout_marginTop="25dp" android:layout_marginLeft="10dp" android:background="@drawable/login_selector" android:hint="密码"/> <RelativeLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="20dp" android:layout_below="@+id/login_passwd_edit" > <Button android:id="@+id/forget_passwd" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingTop="10dp" android:layout_marginLeft="20dp" android:layout_marginBottom="100dp" android:text="忘记密码?" android:background="@drawable/login_forget_passwd_bg" android:textColor="#aaaaaa" /> <Button android:id="@+id/login_login_btn" android:layout_width="100dp" android:layout_height="40dp" android:layout_marginRight="20dp" android:layout_alignParentRight="true" android:text="@string/main_login" android:background="@drawable/main_login_selector" android:textColor="#ffffff" /> </RelativeLayout> </RelativeLayout>
相关推荐
- 为了模仿微信的风格,可以自定义主题和样式,如使用微信特有的绿色调,以及圆角矩形的输入框和按钮。这可以在`res/values/styles.xml`中定义,并在活动中应用。 7. **导航和数据持久化** - 用户登录后,可能...
4. **自定义View**:为了达到与微信客户端相似的界面效果,可能需要自定义一些View,比如模仿微信顶部的滑动导航栏或者聊天输入框。 5. **碎片(Fragment)**:在大屏幕设备上,Fragment可以用来组织多屏内容。微信...
【描述】"仿微信登陆界面,eclipse工程文件,编码GBA"表明此项目使用了Eclipse作为开发工具,它是早期Android开发者广泛使用的集成开发环境。GBA可能是“GBK编码”的误写,GBK是中文字符集,用于处理中文字符,这...
这个压缩包文件“安卓微信相关相关-粗仿微信登陆界面.rar”提供了一个简单的安卓应用示例,旨在模仿微信登录界面的设计和功能。开发者可能在创建这个项目时,尝试复刻了微信应用程序中的用户登录流程,以便初学者或...
在Android开发领域中,创建仿QQ和微信的开场导航以及登录界面是一个常见的UI设计挑战。这个过程不仅涉及到对Android UI组件的深入了解,还需要掌握一定的动画效果实现方法。从给出的文件内容中,我们可以提炼出以下...
本项目“仿微信登陆(UI)”旨在提供一种实现类似微信登录界面的方法,帮助开发者创建具有相似视觉效果和交互体验的应用程序。 【描述】:“仿微信登陆(UI)” 这个项目的主要目标是创建一个与微信登录页面类似的用户...
本教程将详细介绍如何创建一个既能点击又能滑动切换的选项卡界面,模仿微信的用户体验。 首先,我们需要引入必要的库。在Android Studio中,我们通常使用`com.google.android.material.tabs.TabLayout`和`androidx....
在Android开发领域,创建一个高仿微信的应用是一个常见的学习项目,可以帮助开发者深入理解Android系统的工作原理,提升实际开发技能。这个实例"android高仿微信(亲测可用,而且是版本比较齐全的那个)"是一个完整...
Android模仿乐淘的应用程序分析源码.zip Android游戏源码——忍者快跑.rar Android自动发送短信.rar Android自动开关机实现.rar Android视频采集+RTSP完整代码(可用) Android远程登录含有loading登录效.zip Angle ...
【标题】:模仿手机QQ登陆 【描述】:在移动应用开发领域,设计和实现一个模仿手机QQ登录的界面是一项基础且重要的技能。这个项目针对初级开发者,旨在帮助他们理解和实践用户界面(UI)的设计原则,以及如何在实际...
.zip`可能是一个模仿微信UI的示例,它展示了如何创建类似的应用界面。开发者可以从中学习到如何定制UI组件,实现类似滑动返回、底部导航栏等特性。对于未完成的注册模块,开发者可以尝试自己实现,这是一个很好的...
QQ作为中国最流行的即时通讯软件之一,其登录和注册功能具有高度的用户友好性和安全性,因此,模拟QQ的这些特性对于开发者来说极具价值。 首先,我们来详细探讨"仿QQ登录"这一环节。QQ登录通常包括以下几个步骤: ...