android:background="@drawable/home_tab_bg"
home_tab_bg/xml:
<bitmap xmlns:android="http://schemas.android.com/apk/res/android" android:dither="true" android:src="@drawable/main_tab_bg" android:tileMode="repeat" > </bitmap>
本文介绍如何在Android中为Tab设置重复平铺的背景图片。通过使用XML定义Bitmap属性,实现@drawable/main_tab_bg资源文件作为背景并设置其平铺模式。
android:background="@drawable/home_tab_bg"
home_tab_bg/xml:
<bitmap xmlns:android="http://schemas.android.com/apk/res/android" android:dither="true" android:src="@drawable/main_tab_bg" android:tileMode="repeat" > </bitmap>
3523

被折叠的 条评论
为什么被折叠?