MOTO去除左上角运营商标志,反编译systemUI.apk
本帖最后由 ihei5.com 于 2012-3-12 15:36 编辑反编译systemUI.apk,在\res\layout\status_bar.xml的第五行
<TextView android:textSize="16.0sp" android:textStyle="bold" android:gravity="left|center" android:id="@id/onsText" android:paddingLeft="6.0px" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:maxLength="20" />
将 android:maxLength="20" 改成 android:maxLength="0"
然后回编译,左上角的运营商就不会显示了 沙发?学习了! 能不能发个直接改好的?
另外paddingLeft=6.0px好像也可以改为0 我的本来就没有啊 哈哈要下载试试 高手……,试下
页:
[1]