问题标签 [android-tablayout]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 所有活动通用的 TabView
我在我的应用程序中使用tabview导航到我的 android 应用程序中存在的所有模块。
但是,我在使用它时遇到了问题。Tabview出现在我的启动活动中,但没有更多。我希望 tabview 出现在所有活动中。
我应该如何进行?谢谢
android - TabLayout 选项卡选择
我应该如何以编程方式在 TabLayout 中选择一个选项卡?
android - 平板电脑设备上的选项卡未占据全宽 [使用 android.support.design.widget.TabLayout]
我将标签设置为UPDATE 29/05/2015 这篇文章。在我的 Nexus 4 手机上,标签占据全宽,但在 nexus 7 平板电脑上,它位于中心而不覆盖全屏宽度。
Nexus 7 截图 Nexus 4 截图
android - 仅包含图标的表格布局
我正在使用设计支持来创建选项卡。我也ViewPager
用于可滑动标签。
现在,我不知道如何只使用图标而不是选项卡中的文本。我试图找出但没有得到任何成功。
我的代码:
android - 在android设计支持TabLayout中更改标签文本的字体
我正在尝试TabLayout
使用 android 设计库中的新功能。
我想将标签文本更改为自定义字体。而且,我试图搜索一些与 相关的样式TabLayout
,但最终得到了这个。
请指导如何更改选项卡文本字体。
android - Can the tab selection indicator of TabLayout be pinned to the top of the screen while scrolling?
I am investigating the way to pin the tab indicator of TabLayout
in CoordinatorLayout
while scrolling down.
If I add scroll|enterAlwaysCollapsed
flag to the TabLayout
, then the tablayout itself is dissappeared while scrolling down. I want tab indicator bar be pinned to the top of the screen.
Is there a way to implement this?
android - 在片段中实现滑动选项卡
我正在查看有关如何使用 TabLayout 的指南。这就是他们显示附加 PagerAdapter 类的方式。
但是,他们的 TabLayout 在 Activity 中,而我的在 Fragment 中。我无法根据我的用例调整他们的代码,因为我不完全理解活动和片段之间的实际差异。现在,当我尝试在标签之间滑动时,什么也没有发生。这是我的代码:
pagerslidingtabstrip - 在第一次加载 Activity 时设置选项卡处于活动状态(Android SlidingTabLayout)
使用SlidngTabLayout ,当我的活动第一次加载时,我无法将第一个选项卡设置为活动状态。一旦我点击它,它就可以正常工作。但是,我需要在活动第一次开始时自动选择我的第一个选项卡
android - Show DialogFragment over TabLayout
I'm trying to show a DialogFragment full-screen such that the ActionBar is still visible but the tabs in a TabLayout are hidden.
The image on the left is what I've managed to achieve; the image on the right is what I'm aiming for:
There are two issues:
- The tabs are still shown, which the user can interact with;
- Because of the extra
FrameLayout
to show the dialog, theViewPager
content is still visible (the FAB button is not part of the dialog). This also means that the user can interact with the content in the pager, which includes the ability to change tabs.
Main Activity Layout (main.xml)
MainActivity.java
android - 工具栏内的 TabLayout
我想通过新的设计支持库实现某种外观,但我无法停止看到一个奇怪的错误。
这是具有所需输出的截屏视频(未使用 DSL 完成)以及我使用 DSL 获得的输出。
工具栏+选项卡位于带有 viewpager 的活动中,而 recyclerView 位于 viewpager 内的片段内(实际上是适配器,但你明白我的意思)
活动代码:
对于包含 recyclerView 的片段:
java代码非常标准,我将viewpager绑定到选项卡......等等。
预先感谢您的帮助 :) !