在我的 android 项目中,我需要创建一个“动画”文件夹。大多数人都知道,anim 文件夹将用于存储动画。
- 如何创建文件夹?
- 动画文件夹属于哪里?
在我的 android 项目中,我需要创建一个“动画”文件夹。大多数人都知道,anim 文件夹将用于存储动画。
You need to create a new folder right click on res folder create new folder name it anim. And you can put your animation xmls in it.
In the Android application default folder structure there is no Anim folder. If you want Anim folder, you should be create it in to the application.