android:background="@drawable/home_tab_bg"
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android:background="@drawable/home_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>
以上是关于android:background="@drawable/home_tab_bg"的主要内容,如果未能解决你的问题,请参考以下文章