Android 横向布局

发布于 2024-12-14 23:01:11 字数 227 浏览 0 评论 0原文

我在修复应用程序的横向布局时遇到问题。

我的应用程序完全正常工作,只是当我横向查看应用程序时,背景被搞砸了。 所以我想让我做一个景观布局。

我刚刚复制了布局 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情话难免假 2024-12-21 23:01:11

您正在使用 Wea​​rg 约定。你应该这样做

布局土地-hdpi

请阅读

http://developer.android。 com/guide/topics/resources/providing-resources.html

You are using worng convention. You should do this

layout-land-hdpi

For details please read

http://developer.android.com/guide/topics/resources/providing-resources.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文