有2種方法可以設置TextView文字居中:一:在xml文件設置:android:gravity=center二:在程序中設置:m_TxtTitle.setGravity(Gravity.CENTER); 備註:android:gravity和android ...
blog.csdn.net