zoukankan      html  css  js  c++  java
  • 2021.2.28

    安卓小账本APP

    收支界面:这只是对界面做布置

    color:

    <?xml version="1.0" encoding="utf-8"?>
    <resources>
    <color name="colorPrimary">#008577</color>
    <color name="colorPrimaryDark">#00574B</color>
    <color name="colorAccent">#D81B60</color>
    <color name="black">#000000</color>
    <color name="grey_f3f3f3">#f3f3f3</color>
    <color name="grey_7D7D7D">#7D7D7D</color>
    <color name="white">#ffffff</color>
    <color name="green_006400">#006400</color>
    </resources>
     
    strings:
    <resources>
    <string name="app_name">简约记账</string>
    <string name="editone">记一笔...</string>
    <string name="month_out">本月支出</string>
    <string name="out">支出</string>
    <string name="month_in">本月收入</string>
    <string name="in">收入</string>
    <string name="budget">预算剩余</string>
    <string name="set_budget">设置预算</string>
    <string name="see_excel">查看图表分析</string>
    <string name="add_remark">添加备注</string>
    <string name="remark">备注</string>
    <string name="ensure">确定</string>
    <string name="cancel">取消</string>
    <string name="about">关于</string>
    <string name="setting">设置</string>
    <string name="history_record">账单记录</string>
    <string name="account_info">账单详情</string>
    <string name="please_input_time">请输入时间(24小时制)</string>
    <string name="please_search_info">请输入搜索信息</string>
    <string name="date_empty">数据为空,无此类记录~~</string>
    <string name="chart_info">账单详情</string>
     
     
     
    <string name="history_info">本月账单记录</string>
    <string name="clear_all">清空所有记录</string>
     
    <!-- TODO: Remove or change this placeholder text -->
    <string name="not_data">暂无数据</string>
    </resources>
  • 相关阅读:
    登录验证servlet实现
    IOS开发(68)之捕获点击划屏手势
    jquery实现漂浮在网页右侧的qq在线客服插件
    深切缅怀“5.12”特大地震遇难同胞
    PHP实现微信申请退款流程实例源码
    empty和isset的区别
    ThinkPHP中实现微信支付(jsapi支付)流程
    php中正则表达式详解
    PHP与RBAC设计思路讲解与源码
    一起谈.NET技术,VS2010实践RUP4+1架构模型 狼人:
  • 原文地址:https://www.cnblogs.com/SirNie/p/14910129.html
Copyright © 2011-2022 走看看