Add badge for tab widget android -


i want add badge tab widget @ android. use android-viewbadger lib, not set badge show image

here code:

 tabs = (tabwidget) findviewbyid(android.r.id.tabs);          badge = new badgeview(this, tabs, 2);         // badge.setbackgroundresource(r.drawable.badge_28);          badge.setbadgeposition(badgeview.position_top_right);          badge.setwidth(14);          badge.setheight(14);          badge.show(); 


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -