把前进和后退按钮变成只显示指示图标,让用户界面更清爽。
1.把UI界面的Button控件换成ImageButton
2.初始化ImageButton控件对象
3.修改Button为ImageButton创建监听器
4.最后效果