applibgroup / HarmonyOS-Knowledgebase

This repository contains code samples of HarmonyOS Training
Apache License 2.0
15 stars 6 forks source link

[Query] #86

Open rohangupta8756 opened 2 years ago

rohangupta8756 commented 2 years ago

Are 'drawable' and 'drawable Idrtl' under "res" in Android Studio the same as "graphic under resources" in DevEco Studio ?

Below given is the Stackoverflow link : https://stackoverflow.com/questions/69585344/reference-of-drawable-and-drawable-idrtl-in-android-studio-in-deveco

Additional information

Developer Platform: Windows DevEco Studio version: [e.g. 2.1.0.501] SDK API version: 5 SDK version: e.g. 2.1.1.21

kanaksony commented 2 years ago

Need to close this as it is already answered on StackOverflow.

drawable directory in Android Studio can contain -> Both images and selector/custom background XML files

DevEco Studio directory name and file type - 1) graphic -> selector/custom background XML files 2) media -> image files

@Gleelakrishna Please close this.