Android Note

1、Include the CATEGORY_DEFAULT category in the intent filter.


 2、定制OptionMenu

可以通过重写Activity的onCreatePanelView来实现OptionMenu的完全定制。当对于那些没有Menu按键的手机,可以是个灾难。

而且,通过这种方式生成的OptionMenu,Framework是不添加到Actionbar上去的。


 3、PreferenceActivity中List的风格

PreferenceHeaderList and PreferenceFragmentList, two styles are all need to modify.

原文地址:https://www.cnblogs.com/haobo/p/3645221.html