You cannot reference XML in the @drawable user resource in Android studio.

Does anyone know how to add custom png files and give a link to them from an XML file, for example

android:drawableRight="@drawable/arrow_left" 

Android studio can not find any suggestions when I try to enter the XML attirubute written below. So, how do I import custom files / resource packs into Android studio to add links to them in R.java?

+5
source share

All Articles