Tab小部件样式和颜色

时间:2013-04-03 13:18:15

标签: android colors tabs styles size

如何更改标签窗口小部件的背景颜色?在哪里可以找到那些样式代码?

P.S。如何使用标签写的文字居中?

1 个答案:

答案 0 :(得分:0)

enter image description here

将此图像保存到任何可绘制的文件夹中,将其命名为footer.png

并将其设置为标签小部件的背景图像

<TabWidget
            android:id="@android:id/tabs"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:alpha="0.75"
            android:background="@drawable/footer" 
            android:focusable="false"
            android:focusableInTouchMode="false"
            android:orientation="horizontal" />