1

我现在正在开发一个应用程序,我从朋友那里得到了它的蓝图。我提议使用 ActionBar 进行屏幕导航,但他坚持要在屏幕右上角设置一个红色小按钮。我有两个问题:

  1. 从来没有在android中设计过,我可以让ActionBar完全透明,除了右边的一个小红方块,所以它看起来像我描述的那样吗?
  2. 如果没有这种方法,有人可以提供替代方法吗?我正在搜索“按钮下拉列表”,但只有非常古老的教程。也许我应该寻找别的东西?

非常感谢

4

1 回答 1

2
  1. Yes, you can make the Action Bar transparent. There is an example: Custom Translucent Android ActionBar. Of course, you can make completely transparant AB. Then you can add a MenuItem to the top-right corner (it will be your little red button). Here you have an Android Action Bar Style Generator. As you can see, there is an option for solid or transparent Action Bar.

  2. There is no need to break the rules with a proper navigation pattern (Action Bar).

于 2013-10-28T07:32:21.343 回答