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>
  • 相关阅读:
    java的一些基本概念──JDK 、j2se 、j2sdk...
    shell函数的调用执行
    ICE第三方包简介及安装&ICE安装(linux)
    http状态码
    Grep命令学习笔记(转)
    STL map用法详解
    ubuntu下安装subversion客户端
    linux下安装Tomcat及设置JSP环境
    ICE总结
    struts开发
  • 原文地址:https://www.cnblogs.com/SirNie/p/14910129.html
Copyright © 2011-2022 走看看