To use the form in PSD ( P hoto S hop D ) format in android, follow these steps:
tl; dr Use gimp to extract different layers into separate png files, and then in android studio, import images as drawings.
To extract layers from a psd file as images and thus create an image folder, you need to install gimp. From gimp, you need to install the gimp plugin called Export Layers . The wiki for the github page explains how to actually extract the layers.
To import into Android studio, you need to install a plugin called Android Drawable Importer . Once the plugin is installed and you restarted Android Studio, right-click your folder with the selection β New β Batch portable import . Here, select the folder that you received from gimp, and select the options you want.
Note. image file names can contain only word characters, that is, they must match this regex , otherwise android studio will not accept it
smac89
source share