有2種方法可以設定TextView文字居中:. 一:在xml檔案設定:Android:gravity="center". 二:在程式中設定:m_TxtTitle.setGravity(Gravity.CENTER);.
確定! 回上一頁