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 中创建了一个菜单,当我单击模拟器中的菜单按钮时,我得到如下结果
这些物品垂直堆叠在一起,我怎样才能使它们水平放置
您可以在布局中使用 HorizontalScrollView 并将菜单项放入其中。一个例子是here,here