edit_note帖子
57
stars积分
14,010
event加入
2012-10-04
安卓交流
[教程]安卓手机信号居左
schedule发表于 2014-02-04 13:53:00
visibility查看 966
chat_bubble回复 68
#1 楼主
信号居左方法
1.从手机提取systemui.apk,反编译此文件,找到res/layour/status_bar.xml文件,用记事本打开寻找以下代码:
<include
android:id=“@id/signal_cluster“ android:layout_width=“wrap_content“
android:layout_height=“wrap_content“ layout=“@layout/signal_cluster_view“
/>
2.将上面的代码移至此代码下面(剪切上面代码时,记得看下剪切后原位置排版,保持原格式):
<LinearLayout androidrientation=“horizontal“
android:id=“@id/icons“ android:paddingLeft=“6.0dip“
android:paddingRight=“6.0dip“ android:layout_width=“fill_parent“
android:layout_height=“1.0dip“>
3.修改好后保存--回编译--只需替换status_bar.xml文件就可以,替换后移到系统app文件夹改权限重启。
本帖原文来自http://www.codriod.com
1.从手机提取systemui.apk,反编译此文件,找到res/layour/status_bar.xml文件,用记事本打开寻找以下代码:
<include
android:id=“@id/signal_cluster“ android:layout_width=“wrap_content“
android:layout_height=“wrap_content“ layout=“@layout/signal_cluster_view“
/>
2.将上面的代码移至此代码下面(剪切上面代码时,记得看下剪切后原位置排版,保持原格式):
<LinearLayout androidrientation=“horizontal“
android:id=“@id/icons“ android:paddingLeft=“6.0dip“
android:paddingRight=“6.0dip“ android:layout_width=“fill_parent“
android:layout_height=“1.0dip“>
3.修改好后保存--回编译--只需替换status_bar.xml文件就可以,替换后移到系统app文件夹改权限重启。
本帖原文来自http://www.codriod.com
全部回复 (68)
2014-02-04 13:57:00
沙发
据他图咯哦哦
2014-02-04 14:22:00
板凳
绝币
2014-02-04 14:24:00
地板
老K咯墨迹
2014-02-04 15:04:00
#5
那麻辣妈
2014-02-04 15:35:00
#6
15752722538
2014-02-04 17:24:00
#7
积极
2014-02-04 18:49:00
#8
看
2014-02-04 19:09:00
#9
肯定需要反编译 苦逼手机党撸过
2014-02-04 20:00:00
#10
吧
2014-02-04 20:17:00
#11
考虑考虑快来
2014-02-04 21:14:00
#12
bhic
2014-02-04 21:39:00
#13
哟哟
2014-02-04 21:48:00
#14
,?
2014-02-04 22:43:00
#15
GFD
2014-02-04 23:01:00
#16
。。
2014-02-05 08:48:00
#17
发个嘎嘎嘎
2014-02-05 11:41:00
#18
麽在我
2014-02-05 16:09:00
#19
????
2014-02-05 16:58:00
#20
呃
2014-02-05 17:38:00
#21
fgykuuyhhh
登录 后才能回复
flag举报帖子