我想将自定义title bar
设置ImageView
为标题栏的背景。如何在android中ImageView
设置自定义标题栏。我用了:
getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.page_layout);
requestwindowfeature(Window.CUSTOMTITLEBAR, R.layout.pagelayout);
这不是设置ImageView
我该怎么做的背景。任何建议表示赞赏。