0

I want to create a similar drop down menu using the grid button on the top right corner like the one the Wash Post android app.

I went through the web. But could find any answers, as I am new and really don't know what keywords to search with.

4

1 に答える 1

1

ライブラリActionBarSherlockは、Android 3.0 未満のターゲットでこれを行うことができます。これは、Honeycomb 以降、通常のメニュー メカニズムを介して利用できます。

そのドロップダウンにアイテムを表示したい場合は、正しいフラグを定義するだけです

SHOW_AS_ACTION_NEVER

于 2012-06-18T07:19:28.287 に答える