Android: Overflow Menu's Dropdown Position -


i trying style android toolbar (android.support.v7.widget.toolbar) when overflow menu icon clicked, overflow menu appears below toolbar, rather the material design style. material design style not intuitive choice app, default choice when inflate menu (oncreateoptionsmenu).

similar posts can found here , here, no solution seems exist overflow menu open below toolbar.

see answer this question. can use same listpopupwindow, adjust vertical offset until below toolbar.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -