问题描述
我一直在寻找一种方法,让我的 android 应用程序在屏幕底部有标签.
I have been looking for about a day for a way to get my android application have tabs in the bottom of the screen.
在 Android 开发者网站的样式和主题部分,他们似乎有我正在尝试做的确切示例,但是他们认为没有必要提供一个像样的示例:
On the Android Developer website in the Styles and Themes section, they seem to have the exact example of what I am trying to do, however they did not find it necessary to provide a decent example of this:
我在网上找到的所有提示/解决方案都失败了.我似乎总是得到以下丑陋的布局,其中选项卡在应用程序名称旁边的屏幕顶部非常错位:-(
All the tips/solutions I find on the web are failing. I always seem to get the following butt-ugly layout where the tabs are very misplaced in the top of the screen next to the application name :-(
有没有人知道如何做到这一点?
Does anyone have a clue how to accomplish this ?
非常感谢您提供任何提示!
Thank you so much in advance for any tips !
推荐答案
我认为这些例子对你有用:Android 底部标签栏示例 AND 这个一个>
I think these examples will be useful to you: Android Bottom tab bar example AND THIS
这篇关于Android - 屏幕底部的标签的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!