You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new QBadgeView(this). bindTarget(roleBatTitle).setBadgeNumber(mAdapter.getCountOfPlayers("batsman")).setGravityOffset(5, true);
Sample of what is happening now: note that the badge with 1 goes behind the image. If bind the badge to the imageview itself, the badge doesn't appear (maybe it is hiding under the image).
I want the badge to appear on the bottom right on top of the image.
The text was updated successfully, but these errors were encountered:
Here is my layout:
My target view:
How I am adding the badge:
Sample of what is happening now: note that the badge with 1 goes behind the image. If bind the badge to the imageview itself, the badge doesn't appear (maybe it is hiding under the image).
I want the badge to appear on the bottom right on top of the image.
The text was updated successfully, but these errors were encountered: