Fast ways to import drawables in Android Studio?

前端 未结 14 2143
北荒
北荒 2020-11-28 07:10

At some point in an Android project you will need to import some drawables - be it toolbar icons, images, UI features - in res/drawable directory. Most of the t

相关标签:
14条回答
  • 2020-11-28 08:05

    With Mac OS X Finder you can simply copy/paste the folders drawable-mdpi, drawable-hdpi, drawable-xdpi, drawable-xxdpi in a single move to my_package/ and then select the option Merge in the appearing Finder dialog. This will add the new files to the corresponding folders in my_package/.

    However, note that this is only possible if the source and target folders do not contain any identically named files.

    0 讨论(0)
  • 2020-11-28 08:09

    Install Android drawable importer

    Follow this CompleteVideoTutorial for Installing Android drawable importer and Trick to import drawable very fast

    0 讨论(0)
提交回复
热议问题