tabhost图像作为背景或标签主机全高度中的图标

时间:2014-04-02 05:25:55

标签: android tabs

tab

这是我的移动应用中的标签,我想知道如何最大化标签中图像图标的高度。是否有可能最大化该图像或我做错了我也打开使图像作为背景我尝试制作它但不幸的是我的图像拉伸,它看起来很糟糕。尝试了几个像this这样的教程,它说我应该放tabHost.getTabWidget().getChildAt(0).setLayoutParams(new LinearLayout.LayoutParams(width,height));但它根本没有改变。

1 个答案:

答案 0 :(得分:0)

你有没有试过这个?

tabHost.getTabWidget().getChildAt(0).setBackgroundResource(R.drawable.your_image);
tabHost.getTabWidget().getChildAt(1).setBackgroundResource(R.drawable.your_image);
..........................