ActionBar background image

后端 未结 5 1183
旧巷少年郎
旧巷少年郎 2020-11-29 20:41

I\'ve inherited the Holo Light Theme and customized the background of the ActionBar with the following:

Content of styles.xml



        
5条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 20:57

    mActionBar.setBackgroundDrawable(getResources().getDrawable(R.drawable.navbar));
    

提交回复
热议问题