[Android] title section management
1.1 general title
1.1.1 Title Content Management
1.1.2 help and return buttons
1.2 unlisted title
1.3 title in login
1.4 title after login
2.1 list text configuration
2.2 create a new menu resource file
2.3 setting in activity
Manifest file:
Just set the theme to theme. Holo
<application android:theme="@android:style/Theme.Holo.Light" >
Menu file:
The showasaction attribute in item must be filled in. For example, always means always displayed, and never does not
Actionviewclass property, you can set the view control, for example: android.widget.searchview is the display search
To solve the invisible button of overflow:
This problem occurs when there is a physical menu key. Only by pressing the physical menu key, the hidden button comes out from below
Use reflection to modify the static variable of shaspermanentmenukey of viewconfiguration class