target33

Results 2 comments of target33

In Utils.java change the following function: ``` public static int dpToPx(float dp, Resources resources){ float px = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, dp, resources.getDisplayMetrics()); return (int) px; } ``` into this: ``` public static...

Have a look at [this issue](https://github.com/navasmdc/MaterialDesignLibrary/issues/319)