- 浏览: 2196840 次
- 性别:
- 来自: 北京
文章分类
- 全部博客 (1240)
- mac/IOS (287)
- flutter (1)
- J2EE (115)
- android基础知识 (582)
- android中级知识 (55)
- android组件(Widget)开发 (18)
- android 错误 (21)
- javascript (18)
- linux (70)
- 树莓派 (18)
- gwt/gxt (1)
- 工具(IDE)/包(jar) (18)
- web前端 (17)
- java 算法 (8)
- 其它 (5)
- chrome (7)
- 数据库 (8)
- 经济/金融 (0)
- english (2)
- HTML5 (7)
- 网络安全 (14)
- 设计欣赏/设计窗 (8)
- 汇编/C (8)
- 工具类 (4)
- 游戏 (5)
- 开发频道 (5)
- Android OpenGL (1)
- 科学 (4)
- 运维 (0)
- 好东西 (6)
- 美食 (1)
最新评论
-
liangzai_cool:
请教一下,文中,shell、C、Python三种方式控制led ...
树莓派 - MAX7219 -
jiazimo:
...
Kafka源码分析-序列5 -Producer -RecordAccumulator队列分析 -
hp321:
Windows该命令是不是需要安装什么软件才可以?我试过不行( ...
ImageIO读jpg的时候出现javax.imageio.IIOException: Unsupported Image Type -
hp321:
Chenzh_758 写道其实直接用一下代码就可以解决了:JP ...
ImageIO读jpg的时候出现javax.imageio.IIOException: Unsupported Image Type -
huanghonhpeng:
大哥你真强什么都会,研究研究。。。。小弟在这里学到了很多知识。 ...
android 浏览器
布局loginpage.xml:
strings.xml:
styles.xml:
运行结果:
别人好心分享,你在这里放什么P?找抽?最烦这种人了。
--
:oops: 招行的 CMBMobileBank.apk 求反编译方法、
貌似加了密的、搞不定啊、谁能帮忙?
布局文件应该是没加密的把,如果你想借鉴UI可以试试
--
:oops: 招行的 CMBMobileBank.apk 求反编译方法、
貌似加了密的、搞不定啊、谁能帮忙?
<?xml version="1.0" encoding="UTF-8"?> <LinearLayout android:orientation="vertical" android:id="@+id/loginRoot" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android"> <LinearLayout android:orientation="vertical" android:id="@+id/LinearLayout01" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0" android:background="@drawable/default_bg"> <RelativeLayout android:id="@+id/RelativeLayout02" android:background="@drawable/login_back" android:paddingTop="21.0px" android:paddingBottom="10.0px" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="15.0px" android:layout_marginTop="62.0px" android:layout_marginRight="15.0px"> <ImageView android:id="@+id/faceImg" android:background="@drawable/login_head" android:layout_width="wrap_content" android:layout_height="wrap_content" /> <EditText android:id="@+id/login_edit_account" android:background="@drawable/qq_edit_login" android:paddingLeft="45.0sp" android:saveEnabled="true" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="5.0dip" android:layout_marginTop="5.0dip" android:layout_marginRight="5.0dip" android:layout_marginBottom="5.0px" android:hint="@string/strInputAccHint" android:maxLength="10" android:layout_toRightOf="@+id/faceImg" android:layout_alignParentTop="true" android:inputType="number" /> <TextView android:textSize="16.0dip" android:textColor="#ff3f3f3f" android:gravity="center_vertical" android:id="@+id/TextView01" android:paddingLeft="7.0sp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="15.0sp" android:text="@string/strAccInputLabel" android:layout_alignLeft="@+id/login_edit_account" android:layout_alignTop="@+id/login_edit_account" android:layout_alignBottom="@+id/login_edit_account" /> <ImageButton android:id="@+id/ImageButton02" android:background="@drawable/more_select" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="1.0dip" android:layout_alignTop="@+id/login_edit_account" android:layout_alignRight="@+id/login_edit_account" android:layout_alignBottom="@+id/login_edit_account" /> <EditText android:id="@+id/login_edit_pwd" android:background="@drawable/qq_edit_login" android:paddingLeft="45.0sp" android:saveEnabled="true" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="1.0dip" android:maxLength="16" android:layout_below="@+id/login_edit_account" android:layout_alignLeft="@+id/login_edit_account" android:layout_alignRight="@+id/login_edit_account" android:inputType="textPassword" /> <TextView android:textSize="16.0dip" android:textColor="#ff3f3f3f" android:gravity="center_vertical" android:id="@+id/TextView02" android:paddingLeft="7.0sp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/strPswInputLabel" android:layout_alignTop="@+id/login_edit_pwd" android:layout_alignRight="@+id/TextView01" android:layout_alignBottom="@+id/login_edit_pwd" /> <CheckBox android:textSize="16.0sp" android:textColor="#ff222222" android:id="@+id/login_cb_savepwd" android:paddingLeft="25.0px" android:layout_width="wrap_content" android:layout_height="wrap_content" android:checked="true" android:button="@drawable/qq_btn_check" android:text="@string/opt_remember" android:layout_alignBaseline="@+id/login_btn_login" /> <Button android:id="@+id/login_btn_login" android:layout_width="130.0px" android:layout_height="42.0px" android:layout_marginTop="7.0px" android:layout_marginRight="12.0dip" android:text="@string/login" android:layout_below="@+id/TextView02" android:layout_alignParentRight="true" /> </RelativeLayout> <TableLayout android:id="@+id/TableLayout01" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="20.0px" android:layout_marginRight="20.0px" android:stretchColumns="1"> <TableRow> <CheckBox android:textColor="#7fffffff" android:id="@+id/login_cb_visible" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/opt_hideLogin" style="@style/MyCheckBox" /> <CheckBox android:textColor="#7fffffff" android:layout_gravity="right" android:id="@+id/login_cb_openvibra" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/opt_openVibra" style="@style/MyCheckBox" /> </TableRow> <TableRow> <CheckBox android:textColor="#7fffffff" android:id="@+id/login_cb_receivegroupmsg" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/opt_acceptGroupMsg" style="@style/MyCheckBox" /> <CheckBox android:textColor="#7fffffff" android:layout_gravity="right" android:id="@+id/login_cb_quite" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/opt_silent" style="@style/MyCheckBox" /> </TableRow> </TableLayout> </LinearLayout> <RelativeLayout android:id="@+id/RelativeLayout01" android:background="@drawable/bottom" android:layout_width="fill_parent" android:layout_height="44.0dip"> <ImageButton android:id="@+id/login_option" android:background="@drawable/option" android:clickable="true" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="13.0dip" android:layout_marginTop="2.0dip" android:layout_centerVertical="true" /> </RelativeLayout> </LinearLayout>
strings.xml:
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="hello">Hello World, Date!</string> <string name="app_name">丸子-Widget</string> <string name="strInputAccHint">输入帐号</string> <string name="strAccInputLabel">帐号</string> <string name="strPswInputLabel">密码</string> <string name="opt_remember">记住密码</string> <string name="login">登 录</string> <string name="opt_hideLogin">隐身登录</string> <string name="opt_silent">静音登录</string> <string name="opt_openVibra">开启振动</string> <string name="opt_acceptGroupMsg">接收群消息</string> </resources>
styles.xml:
<?xml version="1.0" encoding="UTF-8"?> <resources> <style name="MyCheckBox" parent="@android:style/Widget.CompoundButton.CheckBox"> <item name="android:textSize">16.0sp</item> <item name="android:textColor">@color/qq_checkbox_text_color</item> <item name="android:paddingLeft">28.0px</item> <item name="android:button">@drawable/qq_btn_check</item> </style> </resources>
运行结果:
评论
20 楼
llfzy
2011-06-30
呵呵。。。界面设计的不错
19 楼
kidd3166
2011-06-30
呵呵,不错,很漂亮
18 楼
tangbohu
2011-06-30
android什么版本的?
17 楼
tangbohu
2011-06-30
基于什么license发布的,有版权吗?没有的话我下载来用了。
16 楼
killpoer3
2011-06-30
Cindy_Lee 写道
这东西反编译一下神马都有了
别人好心分享,你在这里放什么P?找抽?最烦这种人了。
15 楼
jayqean
2011-06-29
很不错的说
14 楼
爪哇岛岛主
2011-06-29
dingding
13 楼
Cindy_Lee
2011-06-28
jjcoder 写道
Cindy_Lee 写道
这东西反编译一下神马都有了
--
:oops: 招行的 CMBMobileBank.apk 求反编译方法、
貌似加了密的、搞不定啊、谁能帮忙?
布局文件应该是没加密的把,如果你想借鉴UI可以试试
12 楼
figobbq
2011-06-24
不错撒~!!
11 楼
ice.k
2011-06-24
关键的选择QQ号的下拉框有没呢?
10 楼
ninggy
2011-06-24
不错,挺一下
9 楼
yanweimin7
2011-06-24
午间休息时间支持下,挺漂亮的
8 楼
jjcoder
2011-06-24
Cindy_Lee 写道
这东西反编译一下神马都有了
--
:oops: 招行的 CMBMobileBank.apk 求反编译方法、
貌似加了密的、搞不定啊、谁能帮忙?
7 楼
Cindy_Lee
2011-06-24
这东西反编译一下神马都有了
6 楼
xiao_hua
2011-06-24
eoe早就有了,不知道系不系同一个人
5 楼
linhrg
2011-06-24
很漂亮,不错
4 楼
Ahua772
2011-06-24
好东西 ,但之前也有人发布过一个QQ登录界面
3 楼
obullxl
2011-06-24
不错,很漂亮。
2 楼
qq123zhz
2011-06-24
不错。。。。
1 楼
qianlei007
2011-06-23
不错,挺漂亮的。。。
发表评论
-
按钮点击特效 ShineButton
2016-07-07 18:16 625https://github.com/ChadCSong/ ... -
一个广告轮播组件 BGABanner-Android
2016-07-07 18:15 820https://github.com/bingoogo ... -
RadioGroup实现类似ios的分段选择(UISegmentedControl)控件
2016-01-05 16:44 783在ios7中有一种扁平风格的控件叫做分段选择控件UISegme ... -
自己写的一个GPS卫星地图
2014-01-18 15:16 1027自己写的一个GPS卫星地图 代码直接下吧. 下载地址: ... -
android 九宫格密码解锁
2013-11-15 15:02 2027效果: -
android 类似Ios开关按钮,支持滑动切换和动画显示
2013-11-11 08:46 1527效果图: 不多说了,自己去下吧 -
Android之ViewGroup实现九宫格并可拖动位置
2013-11-07 15:44 2005用ViewGroup实现的... 效果图: 下面是代码 ... -
ExpandableListView仿QQ列表,上下可刷新
2013-10-22 09:07 1156效果: 不多说了,需要的直接下载吧 下载地址:htt ... -
android 自定义ImageView实现图片手势滑动,多点触摸放大缩小效果
2013-08-27 10:03 2847实现原理:自定义ImageView对此控件进行相应的layou ... -
listview上下拉组件[自己重写的]
2013-08-06 16:59 248在网上找了好多这类组件总是用得不太顺手,数据一加载多了就卡得不 ... -
android源码分享之小米录音机源码
2013-01-30 10:15 2070MIUI录音机是基于Android原生录音机来开发的,能够运行 ... -
Android 实现书籍翻页效果TXT阅读器源码
2013-01-30 10:08 3337本源码实现TXT阅读翻页效果,修复了翻页时出现的BUG。 ... -
android 做的一个二维码扫描
2013-01-30 10:09 1199效果图片: -
Android 心跳图 demo
2012-01-30 17:33 2435自己做的一个android上的心跳图程序 效果: -
android 浏览器
2011-12-24 09:59 1773效果图: 大家可以在安卓市场中找到此apk安装文件。 ... -
android 记事本
2011-12-24 09:56 1699效果图: 大家可以在安卓市场中找到此apk安装文件。 ... -
Android 自己做的Launcher
2011-10-24 09:40 1857可以实现手动添加桌面,没做删和其它菜单功能实现。 主要是卡在 ... -
Android 联系人选择Widget
2011-06-02 00:37 2107先看一下目录结构: AndroidManifest.xml ...
相关推荐
本知识点将深入探讨如何利用Android QQ登陆界面的源码来构建自己的登录模块。 首先,我们需要理解Android SDK中的QQ互联(Tencent Open API)框架。该框架是腾讯提供的一套API,允许开发者在Android应用中集成QQ...
在Android平台上开发应用程序时,创建一个与官方QQ登录界面类似的用户体验是吸引用户的重要步骤。"android QQ 登录界面"是一个常见的需求,它涉及到UI设计、网络请求、数据处理等多个技术领域。下面我们将深入探讨...
本文将基于提供的“Android QQ登陆界面实例”进行详细的解析,帮助开发者了解如何实现这一功能。 首先,我们要明白QQ登录界面的基本构成,通常包括输入框(用户ID和密码)、登录按钮、忘记密码链接、第三方授权选项...
【Android高仿QQ登录界面Demo】是一个专门为Android开发者设计的学习资源,它旨在帮助开发者们实现一个与最新版QQ登录界面高度相似的用户界面,并且包含了部分登录逻辑的实现。这个项目对于那些对Android UI设计和QQ...
以下是对这个"android高仿qq登陆界面"项目的一些详细知识点解析: 1. **Android Studio**: Android Studio是Google官方推出的集成开发环境(IDE),用于开发Android应用程序。它提供了丰富的功能,包括代码编辑、...
以上就是创建"android仿制qq登陆界面"所涉及的主要知识点,通过这个项目,新手可以深入理解Android应用开发的基本流程,提升对Android UI设计和事件处理的理解。同时,也可以锻炼代码组织和调试能力,为后续的复杂...
这个资源主要是使用Android模拟开发了一个QQ登录界面的小案例。 内容概要:了解基础Android组件的使用,以及shape和selector组件美化。 适合人群:初学Android开发的小萌新,可以利用这个小案例巩固Android基础控件...
在本文中,我们将深入探讨如何使用Xamarin.Android构建一个仿QQ登录界面,并实现记录头像登录功能。Xamarin是一个强大的跨平台开发工具,允许开发者使用C#语言来编写原生的Android、iOS和Windows应用程序。它提供了...
一个用Android studio做的QQ登录界面,源码,模拟器用的是夜神模拟器
本文将深入探讨如何在Android应用中实现微信登录界面,并基于提供的"android微信登陆界面"项目进行分析。 首先,要集成微信登录功能,你需要在微信开放平台(open.weixin.qq.com)上注册一个账号,创建移动应用并...
【Xamarin.Android 仿QQ登陆界面详解】 Xamarin.Android 是一个强大的跨平台移动开发工具,它允许开发者使用C#语言和.NET框架构建原生的Android应用程序。本项目以"Xamarin.Android 仿QQ登陆界面"为主题,旨在创建...
总结来说,创建"Android_仿QQ登陆界面"项目涉及到的技术点主要包括:自定义视图的绘制与动画,图片加载库的使用,输入验证,布局管理,网络请求以及异步处理。这些知识点是Android开发中的基础,也是进阶必备技能。...
在Android平台上,构建一个仿QQ登录界面涉及到多个技术点,包括UI设计、布局管理、事件处理等。以下将详细介绍这些关键知识点。 1. **UI设计**:QQ登录界面通常包含输入框(用户名和密码)、登录按钮、记住密码选项...
在Android开发中,创建一个类似于QQ的登录界面是一项常见的任务,尤其对于那些希望构建社交或者通讯应用的开发者来说。这个任务涉及到多个方面的技术知识,包括界面设计、布局管理以及用户交互。下面我们将深入探讨...
适合初学者android开发,主要是手机qq登陆界面的设计,对初学者来说非常有用的
在Android开发中,精仿QQ登录界面是一种常见的实践,它能帮助开发者提升应用的用户体验,让用户感到熟悉且舒适。这个“Android精仿QQ登录界面源码”是一个学习和参考的好资源,尤其对于初学者,简单易学的特点使得...
在Android平台上,用户登录界面是应用中至关重要的组成部分,它为用户提供了一个安全的入口来访问应用程序的功能和服务。本文将深入探讨如何在Android中构建一个用户登录界面,包括基本设计原则、实现方法以及相关的...
通过分析和学习这个"精仿QQ登录界面源码",开发者不仅可以提高Android界面设计的能力,还能深入了解Android应用的开发流程,增强实战经验。同时,对于面试和实际工作中的界面设计需求,也能提供宝贵的参考。
在Android平台上开发“QQ登录界面”是一个典型的移动应用开发任务,涉及到多个技术点和设计原则。这个项目的主要目标是创建一个与真实QQ应用相似的登录界面,为用户提供熟悉的交互体验。下面将详细介绍在这个过程中...