标签: android styles android-actionbar
我想在动作栏上重现谷歌音乐提供的大小效果:
有人有想法重现它吗?
答案 0 :(得分:0)
我的解决方案:
1)下载此drawable并放入drawable-xhdpi文件夹:
drawable-xhdpi
2)并更改操作栏的背景:
getActionBar().setBackgroundDrawable(getResources().getDrawable(R.drawable.ab_background));