首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

tabhost去除上面的线

2012-09-02 
tabhost去除下面的线对于tabhost取出下面的线不能的情况有不通的处理方法,不同的api 有的提供了直接的函数

tabhost去除下面的线

对于tabhost取出下面的线不能的情况有不通的处理方法,不同的api 有的提供了直接的函数 这里是用一种方法,真对我遇见的

TabActivity class. ...View indicator1 = getLayoutInflater().inflate(R.layout.tabindicator,    null);  im1 = (ImageView) indicator1.findViewById(R.id.icon);  im1.setBackgroundDrawable(getResources().getDrawable(    R.drawable.home));  View indicator2 = getLayoutInflater().inflate(R.layout.tabindicator,    null);  im2 = (ImageView) indicator2.findViewById(R.id.icon);  im2.setBackgroundDrawable(getResources().getDrawable(    R.drawable.account));mTabHost.addTab(mTabHost.newTabSpec("tab_test1").setIndicator(    indicator1).setContent(new Intent(this, Home.class)));  mTabHost.addTab(mTabHost.newTabSpec("tab_test1").setIndicator(    indicator2)    .setContent(new Intent(this, Accounts.class)))

?

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="fill_parent" android:layout_height="fill_parent">  <ImageView android:id="@+id/icon"    android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:layout_centerHorizontal="true"/></RelativeLayout>

?

1 楼 songfantasy 2011-05-06   你就是个骗子。说的神马? 2 楼 futurebp 2011-11-15   鸡…………巴

热点排行