滚动ActionBar title-android

时间:2013-10-29 03:47:16

标签: android android-actionbar

如何通过滚动创建一个Actionbar标题,点击特定标题项会移动到相应的页面?

您可以在Android手机的Google云端硬盘应用中看到此功能:

enter image description here

2 个答案:

答案 0 :(得分:2)

您可以为标题创建一个自定义actionBar,其标题为:

android:scrollHorizontally="true"

这应该会产生预期的效果。

答案 1 :(得分:1)

我创建了一个名为Veni Divi的库,它为您提供了一个自定义操作栏标题,其行为类似于Google云端硬盘应用中的标题。

如果有人需要此功能,则可以使用来源on GitHub 您可能会看到演示应用on Google Play