0
爲了讓操作欄藍我一直在使用下面的代碼:ActionBarSherlock背景樣式
com.actionbarsherlock.view.MenuInflater inflater = getSupportMenuInflater();
getSupportActionBar().setBackgroundDrawable(new ColorDrawable(Color.parseColor("#00BFFF")));
但代碼似乎並沒有太大的用場,當用戶切換到其他一些篩選出的應用程序的控制。我試着使用style屬性
<item name = "android:background">#00BFFF</item>
但是,這打亂了應用程序的整體顯示。有什麼我失蹤?有人可以提出這個建議嗎?我如何實現actionbarsherlock
背景?