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

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

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