最佳答案
我已经在我的应用程序中设置了背景图像,但背景图像很小,我希望它是重复的,并填充整个屏幕。我该怎么办?
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/bg"
android:tileMode="repeat">