惊人的Android Drawable会产生这样的背景吗?

时间:2014-11-10 07:30:51

标签: android png drawable

Android Drawable可以为不同的屏幕大小设置背景,例如'图2'来自png文件,例如'图1'?

       ..
       ..

   Figure 1 (four dot)




    ............
    ............
    ............
    ............
    ............
    ............

 Figure 2 ( a lot of dot)

1 个答案:

答案 0 :(得分:0)

您可以使用倾斜模式

    <bitmap xmlns:android="http://schemas.android.com/apk/res/android"
        android:src="@drawable/i_b_top"
        android:tileMode="repeat"
        android:gravity="top">
    </bitmap>