swm888

Results 8 comments of swm888

可自行在initTabChildView()方法中重写布局,目前我是如此做的

在TabView中,添加个方法。 ``` public void jumpToPosition(int position,TabViewChild tabViewChild) { reSetAll(); LinearLayout tabChild = (LinearLayout) tabview.getChildAt(position); ImageView iv = (ImageView) tabChild.getChildAt(0); TextView tv = (TextView) tabChild.getChildAt(1); iv.setImageResource(tabViewChild.getImageViewSelIcon()); tv.setText(tabViewChild.getTextViewText()); tv.setTextColor(mTextViewSelColor); index = position;...

I have the same problem.I see the `Schema ` source code.There is no file type now. ``` # LATER: Enum display values # LATER: File ←Here is say # LATER:...

应该跟你浏览器的语言有关联。 浏览器设置为简体中文

@aceld 刚好公司用的是tcp。新转行游戏后台一枚。吃透框架ing~ 到时候希望可以帮上忙建设。

多谢你的提醒让项目正常运行了, 但可以解释一下为什么要取消这个中括号吗,谢谢你.

嗯嗯, 了解了。 谢谢您的解答。