资源简介
记账本进阶内容:
①实现登录注册注册功能
②进入后有四个界面
③第一个就是记账页面(实时显示在记账页面)
④第二个是收支对比界面(实现收入金额滚动就像支付宝一样)
⑤第三个是图表展示界面
⑥第四个是个人信息界面:可以跟换头像(从手机相册或拍照选取)
①实现登录注册注册功能
②进入后有四个界面
③第一个就是记账页面(实时显示在记账页面)
④第二个是收支对比界面(实现收入金额滚动就像支付宝一样)
⑤第三个是图表展示界面
⑥第四个是个人信息界面:可以跟换头像(从手机相册或拍照选取)
代码片段和文件信息
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package androidx.activity;
public final class R {
private R() {}
public static final class attr {
private attr() {}
public static final int alpha = 0x7f020027;
public static final int font = 0x7f020082;
public static final int fontProviderAuthority = 0x7f020084;
public static final int fontProviderCerts = 0x7f020085;
public static final int fontProviderFetchStrategy = 0x7f020086;
public static final int fontProviderFetchTimeout = 0x7f020087;
public static final int fontProviderPackage = 0x7f020088;
public static final int fontProviderQuery = 0x7f020089;
public static final int fontstyle = 0x7f02008a;
public static final int fontVariationSettings = 0x7f02008b;
public static final int fontWeight = 0x7f02008c;
public static final int ttcIndex = 0x7f020142;
}
public static final class color {
private color() {}
public static final int notification_action_color_filter = 0x7f040040;
public static final int notification_icon_bg_color = 0x7f040041;
public static final int ripple_material_light = 0x7f04004b;
public static final int secondary_text_default_material_light = 0x7f04004d;
}
public static final class dimen {
private dimen() {}
public static final int compat_button_inset_horizontal_material = 0x7f05004e;
public static final int compat_button_inset_vertical_material = 0x7f05004f;
public static final int compat_button_padding_horizontal_material = 0x7f050050;
public static final int compat_button_padding_vertical_material = 0x7f050051;
public static final int compat_control_corner_material = 0x7f050052;
public static final int compat_notification_large_icon_max_height = 0x7f050053;
public static final int compat_notification_large_icon_max_width = 0x7f050054;
public static final int notification_action_icon_size = 0x7f05005e;
public static final int notification_action_text_size = 0x7f05005f;
public static final int notification_big_circle_margin = 0x7f050060;
public static final int notification_content_margin_start = 0x7f050061;
public static final int notification_large_icon_height = 0x7f050062;
public static final int notification_large_icon_width = 0x7f050063;
public static final int notification_main_column_padding_top = 0x7f050064;
public static final int notification_media_narrow_margin = 0x7f050065;
public static final int notification_right_icon_size = 0x7f050066;
public static final int notification_right_side_padding_top = 0x7f050067;
public static final int notification_small_icon_b
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-02-13 17:52 countbook\
文件 8 2020-02-10 12:24 countbook\.gitignore
目录 0 2020-02-12 18:09 countbook\AccountBook\
目录 0 2020-02-12 18:11 countbook\AccountBook\.git\
文件 8 2020-02-10 12:24 countbook\AccountBook\.gitignore
文件 12 2020-02-12 18:11 countbook\AccountBook\.git\COMMIT_EDITMSG
文件 307 2020-02-12 18:11 countbook\AccountBook\.git\config
文件 73 2020-02-12 18:08 countbook\AccountBook\.git\desc
文件 23 2020-02-12 18:09 countbook\AccountBook\.git\HEAD
目录 0 2020-02-12 18:08 countbook\AccountBook\.git\hooks\
文件 478 2020-02-12 18:08 countbook\AccountBook\.git\hooks\applypatch-msg.sample
文件 896 2020-02-12 18:08 countbook\AccountBook\.git\hooks\commit-msg.sample
文件 3079 2020-02-12 18:08 countbook\AccountBook\.git\hooks\fsmonitor-watchman.sample
文件 189 2020-02-12 18:08 countbook\AccountBook\.git\hooks\post-update.sample
文件 424 2020-02-12 18:08 countbook\AccountBook\.git\hooks\pre-applypatch.sample
文件 1638 2020-02-12 18:08 countbook\AccountBook\.git\hooks\pre-commit.sample
文件 416 2020-02-12 18:08 countbook\AccountBook\.git\hooks\pre-merge-commit.sample
文件 1348 2020-02-12 18:08 countbook\AccountBook\.git\hooks\pre-push.sample
文件 4898 2020-02-12 18:08 countbook\AccountBook\.git\hooks\pre-reba
文件 544 2020-02-12 18:08 countbook\AccountBook\.git\hooks\pre-receive.sample
文件 1492 2020-02-12 18:08 countbook\AccountBook\.git\hooks\prepare-commit-msg.sample
文件 3610 2020-02-12 18:08 countbook\AccountBook\.git\hooks\update.sample
文件 9483 2020-02-12 18:11 countbook\AccountBook\.git\index
目录 0 2020-02-12 18:08 countbook\AccountBook\.git\info\
文件 240 2020-02-12 18:08 countbook\AccountBook\.git\info\exclude
目录 0 2020-02-12 18:09 countbook\AccountBook\.git\logs\
文件 335 2020-02-12 18:11 countbook\AccountBook\.git\logs\HEAD
目录 0 2020-02-12 18:09 countbook\AccountBook\.git\logs\refs\
目录 0 2020-02-12 18:09 countbook\AccountBook\.git\logs\refs\heads\
文件 335 2020-02-12 18:11 countbook\AccountBook\.git\logs\refs\heads\master
目录 0 2020-02-12 18:09 countbook\AccountBook\.git\logs\refs\remotes\
............此处省略5989个文件信息
相关资源
- 自定义VIewGroup实现仿淘宝商品详情页
- Genymotion-ARM-Translation_v1.1
- jdk-8u201-windows-x64.exe
- 黑客大曝光:移动应用安全揭秘及防
- superCleanMaster仿360清理大师
- 简易手机通讯录
- 安卓期末项目--记账本app.zip
- 中兴盒子不开启adb情况下抓取日志和
- 手机通讯录
- usb扫描枪数据获取解析
-
两个Strings.xm
l的比较 - 使用Intent拨打电话
- 安卓项目英汉词典
- 实现了基础的登录页面,支持记住密
- 移动应用开发课程设计
- ListView应用
- 移动点餐系统 新手学习。。。。
- 基于安卓开发的校园通移动应用.rar
- 基于移动平台的轻博客系统开发与设
- 使用canvas画线,位移,旋转,绘制五
- QXDM user guide
- 选择日期时间对话框,解决弹出键盘
- 通过高德地图sdk实现定位
- 基于安卓平台的校园通软件设计—毕
- 安卓版天气预报小应用
- 安卓通讯录简易实现
- wifi打开获取变慢的解决demo
- 安卓微积分计算器
- Emmagee安卓性能测试源码学习
- 实现简单的语音合成代码
评论
共有 条评论