Hay Zohar
Results
2
issues of
Hay Zohar
I am trying to set the Background color of the icon using `setIconBackgroundColor` but it doesn't seem to work. ```Java private void setIconBg(int color) { Drawable bgDrawable = (((View) icon.getParent()).getBackground());...
Hi guys, So i just start using this great library and i can't find a way to identify which object am i identifying while looping trought the data. For example,...