Image Background Drawable Android Studio

[Solved] Image Background Drawable Android Studio | Scala - Code Explorer | yomemimo.com
Question : image background drawable android studio

Answered by : happy-owl

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" > <item android:drawable="@drawable/image_name_here" />
</layer-list>

Source : | Last Update : Wed, 31 Mar 21

Answers related to image background drawable android studio

Code Explorer Popular Question For Scala