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