如何将视图放置在默认标题栏上方?

发布于 2024-11-08 12:20:08 字数 55 浏览 0 评论 0原文

在我的 Android 应用程序中,我想在默认图块栏上方放置一个自定义视图。有人可以提出建议吗?

In my android application , i want to place a customized view above the default tilebar .could anyone have a suggestion?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

渔村楼浪 2024-11-15 12:20:08

我认为这是不可能的。您可以做什么,在布局文件中自己创建所有内容并隐藏默认标题栏。这样,您的布局文件将依次包含以下三个组件。

<the view you want to add above title bar>
             <Title bar>
      <Your general layout components>

I dont think that it is possible. What you can do this, create everything on your own in your layout file and hide the default title bar. This way your layout file will have following three components one after another.

<the view you want to add above title bar>
             <Title bar>
      <Your general layout components>
世界和平 2024-11-15 12:20:08

设置 requestWindowFeature(Window.FEATURE_NO_TITLE);添加到您的 Activity 并设计您自己的标题栏并将其放置在屏幕顶部。

Set requestWindowFeature(Window.FEATURE_NO_TITLE); to your Activity and design your own title bar and place it at the top of your screen.

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