wanshaoyuan 发表于 2014-1-2 17:59

让XT890显示运营商方法

让XT890显示运营商方法,研究了好久……
首先反编译SYSTEM UI ---------res--------layout-------有记事本打开status¬_bar.xml
找到<LinearLayout android:orientation="horizontal" android:id="@id/icons" android:paddingLeft="6.0dip" android:paddingRight="6.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent">
在它的下面添加一行
<com.android.systemui.statusbar.phone.CarrierLabel android:textSize="14.0sp" android:textColor="#0066cc" android:gravity="left|center" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
#0066cc是显示颜色代码需要的自己去百度找哦,好了谢谢大家

LouisLaw 发表于 2014-1-2 20:42

分享一个隐藏状态栏运营商的教程
http://bbs.ihei5.com/thread-224348-1-1.html
(出处: 爱黑武论坛)
页: [1]
查看完整版本: 让XT890显示运营商方法