android background image slows down app

后端 未结 6 1570
栀梦
栀梦 2020-12-09 21:32

I am using a viewpager to swipe amongst fragments in my app. I define the background in the XML, so

android:background=\"@drawable/bg_final\"
6条回答
  •  悲&欢浪女
    2020-12-09 21:47

    I had the same problem and I resolved it by using this method:

    Add your image to the mipmap folder which is located under the res directory. It will add the image according to it's density.

提交回复
热议问题