如何在Android操作栏上创建大小效果?

时间:2013-06-20 12:08:33

标签: android styles android-actionbar

我想在动作栏上重现谷歌音乐提供的大小效果:

Action Bar Google Music

有人有想法重现​​它吗?

1 个答案:

答案 0 :(得分:0)

我的解决方案:

1)下载此drawable并放入drawable-xhdpi文件夹:

ab_background

2)并更改操作栏的背景:

getActionBar().setBackgroundDrawable(getResources().getDrawable(R.drawable.ab_background));