Android Studio actionbar如何實現文字居中

如上圖,如何將「小區綜合管理系統」的文字居中呢?首先在laytout文件新建佈局文件(選擇relativelayout,名字隨意),如下圖所示 然後在Mainactivity裏OnCreate添加下面三句代碼 ActionBar actionBar=getSupportActionBar(); actionBar.setCustomView(R.layout.actionbar_title); a
相關文章
相關標籤/搜索