【发布时间】:2023-04-03 13:13:01
【问题描述】:
我有不同大小的屏幕的activity_main.xml文件
activity_main.xml(land) --> it auto generate the file layout-land
activity_main.xml(sw600dp) ---> it auto generate the file layout-sw600dp
BUT, it did not auto-generate the values-/res/values-sw600dp and /res/values-land
how to get this two file?
【问题讨论】:
标签: android android-studio resources