I have the following code in a drawable bitmap xml file. And the background of the linear Layout set to it.
<?xml version="1.0" encoding="utf-8"?> <bitmap xmlns:android="http://schemas.android.com/apk/res/android" android:src="@drawable/background_screen" android:tileMode="repeat" android:scaleHeight="10" android:scaleWidth="10" />
The image palette is OK, but it does not scale. What do I need to do / fix to get scale?
thanks
source share