我一直在使用 actionbarsherlock 并且在设置背景时遇到问题,这就是我设置背景的方式
BitmapDrawable actionbar_background =(BitmapDrawable)getResources().getDrawable(R.drawable.actionbar);
actionbar_background.setTileModeY(TileMode.REPEAT);
getSupportActionBar().setBackgroundDrawable(actionbar_background);
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
但问题是向上按钮在背景中似乎有阴影或色调,在真实设备中看起来真的很丑,这就是我的意思:
http://dl.dropbox.com/u/35866688/Screen%20Capture.PNG
任何人都可以提出什么问题
提前致谢