background.xml 210 B

12345
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <bitmap xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:dither="true"
  4. android:src="@mipmap/background_texture"
  5. android:tileMode="repeat" />