Giter VIP home page Giter VIP logo

simple-material-library's People

Contributors

sufianbabri avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

simple-material-library's Issues

Button not taking clicks

In onTouch() inside addClickEffects(), the following code is not allowing the click to happen.

    touchValid = false;
    if(!textViewBounds.contains((int) motionEvent.getX(), (int) motionEvent.getY())) {
        touchValid = false;
    }

The outer touchValid = false; should be removed.

Avoid using CardView on Lollipop and above

Current solution works but is not optimised for API 21+. On Lollipop and above, we can set elevation for any view, hence using CardView is unnecessary.

I think Google has does it with CardView.

Need a small RaisedButton

There should be a way to create a small version of RaisedButton.
Sometimes we need a small "More" button and normal raised button looks too big.

Might need to have a text size customization as well.

Text style, colour and UI properties

Need to allow text style and text colour to be changed.

Also need to darken the pressed colour for light buttons (on Lollipop+), while also test it on pre-Lollipop.

Add bottom padding to RaisedButton

On Lollipop and above, overlapping occurs if a view is placed below the RaisedButton (with android:layout_below in Relative Layout).

A padding of 8dp seems to be enough. It might have to do with max elevation of CardView.

Add a way to set icon of a button

Add a way to set icon/drawable inside the RaisedButton.

Following is a sample button which needs to be made possible using this RaisedButton.

custom fb button

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.