程序人生

Android开发之复写按钮方法

Android开发之复写按钮方法 在Activity类的子类中直接复写下面三个方法: //复写onCreateOptionsMenu()方法,弹出菜单栏 @Ove...