Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何让库存的 Android ActionBar 增长,以便操作栏中包含的中等大小的自定义视图不会被截断?我在操作栏上使用选项卡式导航,自定义视图包含 3x3 GridLayout,但仅显示网格布局的顶行(在操作栏的第一行,在应用程序图标旁边)。网格布局中的每个单元格都很小(例如,一个按钮、图标或文本项),但我需要多行信息才能显示。
正如您所发现的,操作栏的高度不会自动增长。它不是 wrap_content,默认情况下它是一个设定的数字。您可以自己设置高度:
更改 Android JellyBean 上的操作栏高度