在mDialog.show() 出現了異常 !
Theme_AudioDialog的style需要添加:parent="@android:Theme.Dialog"
否則會報錯 : ActionBarImpl can only be used with a compatible window decor layout
可能跟API版本有關??
Theme_AudioDialog的style需要添加:parent="@android:Theme.Dialog"
否則會報錯 : ActionBarImpl can only be used with a compatible window decor layout
可能跟API版本有關??
2015-05-04
舉報
2015-05-04
恩,多謝分享。