Colin
Colin
CuboidButton cuboidBtn = (CuboidButton) gridViewAndroid.findViewById(R.id.cub_button); cuboidBtn.setCr_icon(R.drawable.ic_person); ERROR: W/dalvikvm: threadid=1: thread exiting with uncaught exception (group=0x412552a0) E/AndroidRuntime: FATAL EXCEPTION: main java.lang.NullPointerException at com.cuboid.cuboidcirclebutton.CuboidButton.scaleBitmap(CuboidButton.java:210) at com.cuboid.cuboidcirclebutton.CuboidButton.imageIcon(CuboidButton.java:205) at com.cuboid.cuboidcirclebutton.CuboidButton.onDraw(CuboidButton.java:132) at android.view.View.draw(View.java:13776) at android.view.View.getDisplayList(View.java:12727)...
While awaiting feedback, in the meantime this might be useful: Place your icon font in assets/fonts Get it html entity characters n save in icons.xml in res IN XML: IN...
i could not find a solution to this problem
Current clone or download of project does not have this fix
This issue remains unfixed. All layouts for fragments are forced to same height and that is the height of the fragment layout with the most widgets. This causes fragments with...