swm888
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~ 到时候希望可以帮上忙建设。
Hello, Please try change uses-sdk in AndroidManifest.xml like this. `` 您好, 请尝试将AndroidManifest.xml下面的 用户sdk标签的最低版本设置为 14 以上
多谢你的提醒让项目正常运行了, 但可以解释一下为什么要取消这个中括号吗,谢谢你.
嗯嗯, 了解了。 谢谢您的解答。