我是徽章概念的新手。在我的應用程序中,我想顯示標籤上的徽章。爲此,我使用了android-viewbadger.jar文件。它工作正常但位置屬性不受影響。如何設置位置。如果您需要更多信息,請讓我知道。如何設置標籤中的徽章位置
TabWidget tabs = (TabWidget) findViewById(android.R.id.tabs);
DH_Constant.badgeView = new BadgeView(this, tabs, 2);
// it's working fine
badge1.setBadgePosition(BadgeView.POSITION_CENTER);
// But I Supposed to set it as position to top_left or top_right then it still shows as bottom_left and bottom_right
badge1.setBadgePosition(BadgeView.POSITION_TOP_RIGHT);
DH_Constant.badgeView.setText(DH_Constant.MessagesCount_obj.count);
DH_Constant.badgeView.show();
輸出:
如何ü可以解決這個錯誤你也會請指導我 –
如何你可以對付泡沫 –