android xml drawable image on full screen background

后端 未结 5 732
旧时难觅i
旧时难觅i 2021-02-08 04:33

I need an xml drawable (for a cordova splash screen) in android. I Want to display a transparent logo centered on the screen (without stretching), while the rest of the screen h

5条回答
  •  灰色年华
    2021-02-08 05:23

    No need to use other relative layout for background color. You can do it using single ImageView like:

    
    

提交回复
热议问题