1 | public void onCreate(Bundle savedInstanceState) { |
修改AndroidManifest.xml中该Activity的theme为以下:
其中parent要设为android:Theme或android:Theme.Light,不能设为android:Theme.Holo.Light,否则会报You cannot combine custom titles with other title features错误,可能是因为android:Theme.Holo.Light是用于ActionBar的,跟自定义标题栏有冲突。