Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在操作栏上重现谷歌音乐提供的尺寸效果:
有人有重现它的想法吗?
我的解决方案:
1)下载这个drawble并放在drawable-xhdpi文件夹中:
drawable-xhdpi
2)并更改操作栏的背景:
getActionBar().setBackgroundDrawable(getResources().getDrawable(R.drawable.ab_background));