[Android1.5]标签TabHost图片文字覆盖的问题

正文

  一、 调整前贴图
 

 

[Android1.5]标签TabHost图片文字覆盖的问题 

 二、 调整后贴图
 

[Android1.5]标签TabHost图片文字覆盖的问题 

三、 调整代码
 

        View view = tabs.getTabWidget().getChildAt(0);
        ((TextView)view.findViewById(android.R.id.title)).setTextSize(
12);
        ((ImageView)view.findViewById(android.R.id.icon)).setPadding(
0-500);

    代码说明:

      a).  这里使用系统默认的容器 com.android.internal.R.layout.tab_content,title和icon为系统内置的id号。



本文转自over140 51CTO博客,原文链接:http://blog.51cto.com/over140/582227,如需转载请自行联系原作者

上一篇:VS2012 C#使用/配置Log4Net


下一篇:浅谈C# 匿名变量