爱黑武 发表于 2012-3-12 14:24

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"

然后回编译,左上角的运营商就不会显示了

sbxk001 发表于 2012-3-12 22:58

沙发?学习了!

zbonline 发表于 2013-10-10 17:08

能不能发个直接改好的?
另外paddingLeft=6.0px好像也可以改为0

easter_du 发表于 2014-1-17 16:10

我的本来就没有啊

whbqj 发表于 2014-3-3 23:01

哈哈要下载试试

yupks 发表于 2014-4-12 22:52

高手……,试下
页: [1]
查看完整版本: MOTO去除左上角运营商标志,反编译systemUI.apk