Reference of drawable and drawable idrtl in Android Studio in DevEco?
Are 'drawable' and 'drawable Idrtl' under "res" in Android Studio the same as "graphic under resources" in DevEco Studio ? Below Attached images are as references:
1.
2.
Solution
No not exactly
drawable in Android Studio can contain both images and selector/custom background xml files.
On the other hand in DevEco Studio, graphic directory will contain selector/custom background xml files while media directory will contain image files.