我在 API 11 之前导入android.support.v7.app.ActionBarActivity;
以使用 ActionBar。
我在 API 11 之后将 ActionBar 背景设置为以下代码:
getActionBar().setBackgroundDrawable(res.getDrawable(R.drawable.top_bar_bg));
字节在 API 11 之前我不知道该怎么做。
我该怎么做?
我在 API 11 之前导入android.support.v7.app.ActionBarActivity;
以使用 ActionBar。
我在 API 11 之后将 ActionBar 背景设置为以下代码:
getActionBar().setBackgroundDrawable(res.getDrawable(R.drawable.top_bar_bg));
字节在 API 11 之前我不知道该怎么做。
我该怎么做?