Coder Social home page Coder Social logo

moneta's Introduction

Moneta 封装常用UI

com.code19.monetaui.base 基类

  • ListFragmentsAdapter Fragment的Adapter

com.code19.monetaui.handler handler相关类

  • crash
    • CrashHandler 应用程序崩溃处理相关类
    • CrashHandler.getInstance().init(getApplicationContext());

com.code19.monetaui.interfaces 回调接口

  • IDialogInterface 对话框工具类回调

com.code19.monetaui.utils 控件工具类

  • DialogUtils 对话框相关的工具类
  • ImageLoaderUtils 图片请求框架Glide封装工具类
  • ToastUtils 吐司工具类
  • SnackBarUtils SnackBar工具类

com.code19.monetaui.widiget 自定义控件

  • CountDownView 倒计时控件
<com.code19.monetaui.widiget.CountDownView
    android:id="@+id/cdv_countdown"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:gravity="center"
    android:textColor="@color/colorAccent"
    app:init_time="10"/>

drawable 目录

  • divider的使用方法
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:divider="@drawable/divider"
    android:orientation="vertical"
    android:showDividers="middle">
</LinearLayout>
android:showDividers="middle"
android:divider="@drawable/divider"
以上2条属性就是现实divider的方式

moneta's People

Contributors

h4de5ing avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.