Code Monkey home page Code Monkey logo

iconicdroid's People

Contributors

akramfares avatar atermenji avatar bitdeli-chef avatar takke avatar vorror avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

iconicdroid's Issues

Icons are drawn twice on the Kindle

For some reason two of each icon are displayed. one on top of the other on the kindle. This is happening on my app and also the sample app this repo.

Please see these images as an example http://imgur.com/a/E6l2V

The icon starts off doubled then when I select a different icon from the spinner, it doesn't remove the old one, it just ads it on top

All icons in my app are doubled on top of each other.

I played around with the library and my wild wild guess is invalidateSelf() but I don't know

Unable to scale Icons

The functions setIntrinsicHeight and setIntrinsicWidth doesn't work in my case. I want to stretch an icon with a height of 75 and a width of 300.
code

TextView v= (TextView) findViewById(R.id.textView1);
    IconicFontDrawable iconicFontDrawable = new IconicFontDrawable(getApplicationContext());
    iconicFontDrawable.setIcon(FontAwesomeIcon.TOOGLE_ON);
    iconicFontDrawable.setIconColor(Color.BLACK);
    iconicFontDrawable.setIntrinsicHeight(75);
    iconicFontDrawable.setIntrinsicWidth(300);
v.setCompoundDrawablesWithIntrinsicBounds(iconicFontDrawable, null, null, null);

Icon rendering is broken on Kindle Fire HDX

Icons are garbled on 7" Kindle Fire HDX. See attached screenshots. Not all fonts are equally affected: fontawesome and iconic are completely broken while entypo is kind of ok, but not really - there are still rendering artifacts, as if canvas is not properly cleaned up on repaints.
screenshot_2015-01-08-09-14-24
screenshot_2015-01-08-09-14-54
screenshot_2015-01-08-09-14-42
screenshot_2015-01-08-09-16-00

Setting Icon as DrawableLeft or Right

I'm dealing with your project and first is all, for me it is very usefull.
But...
I want to attach a single icon as an DrawableLeft/DrawableRight etc. but it doesn't work.
My code

    IconicFontDrawable iconicFontDrawable = new IconicFontDrawable(this);
    iconicFontDrawable.setIcon(EntypoSocialIcon.GITHUB);
    iconicFontDrawable.setIconColor(Color.BLACK);
    TextView v = (TextView) findViewById(R.id.textview);
    if (v != null) {
        T.setBackground(iconicFontDrawable);
        T.setCompoundDrawables(null,null, iconicFontDrawable, null);
        T.setCompoundDrawablesWithIntrinsicBounds(null, null, iconicFontDrawable, null);
    }

Only setBackgrounds() works, but not the two other methods. But why is it so? I mean, neither Eclipse nor Android Studio complains about these methods in that way.

xml use this

hello , Execuse!How to use this them in xml ,for ui I wantt use java

FontAwesome icons out-of-date

The icons in the FontAwesomeIcon.java file and the font file itself are out of date... If you look at the FontAwesome website, you will find a lot of icons that I can't use...

Particularly, I downloaded the font file from the website and started mapping again the characters that I'm using...

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.