Does any body know how to add custom png files and give reference to them from XML file like
android:drawableRight="@drawable/arrow_left"
Android studio cant find any suggestions when i'm trying to type XML attirubute written below. So how should i import custom resource files/packages in Android studio so it adds references to them in R.java?