Android 横向布局
我在修复应用程序的横向布局时遇到问题。
我的应用程序完全正常工作,只是当我横向查看应用程序时,背景被搞砸了。 所以我想让我做一个景观布局。
我刚刚复制了布局 make 并将 -land 放在名称后面,现在我收到错误:
无效的资源目录名称layout-hdpi-land /Post NL Track Trace/res line 1 Android AAPT问题
任何解决方案
I got a problem fixing landscape layouts for my APP.
I got my app working completely only the background is screwed up when i view the app in landscape.
So i thought let me make a landscape layout.
I just copied the layout make and put -land behind the name, now i gain a error:
invalid resource directory name layout-hdpi-land /Post NL Track Trace/res line 1 Android AAPT Problem
Any solution
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在使用 Wearg 约定。你应该这样做
请阅读
http://developer.android。 com/guide/topics/resources/providing-resources.html
You are using worng convention. You should do this
For details please read
http://developer.android.com/guide/topics/resources/providing-resources.html