Mr.Spring

Results 1 comments of Mr.Spring

我是这样处理的,新建一个LinearLayout,把原来的text加进来,然后在加一个imageview,最后用tabMenuView把这个linearLayout加进来,随意调整textview与imageview之间的距离就可以了 linearLayout.addView(tab); linearLayout.addView(imageView); tabMenuView.addView(linearLayout);