my problem is following : On rotation, my background which is made of repeating pattern changes so that the pattern is stretched instead of repeating. What could possibly be wrong ?
I have this background made of repeating pattern:
< bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/pattern"
android:tileMode="repeat" />
You have to set repeating pattern manually :