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.
アクションバーでGoogleミュージックが提供するサイズ効果を再現したいと思います:
誰かがそれを再現するアイデアを持っていますか?
私の解決策:
1) このドローブルをダウンロードし、drawable-xhdpiフォルダーに配置します。
drawable-xhdpi
2) アクションバーの背景を変更します:
getActionBar().setBackgroundDrawable(getResources().getDrawable(R.drawable.ab_background));