search 登录 注册
arrow_back返回列表
ID:124129
light_mode
Lv.1 韶华一笑间
edit_note帖子 57
stars积分 14,010
event加入 2012-10-04
安卓交流

[教程]【美化教程】状态栏时间居中and显示到秒

schedule发表于 2014-02-04 14:00:00 visibility查看 2,633 chat_bubble回复 181
#1 楼主
反编译systemui.apk 进res\layout 打开status_bar.xml(打开方式选择记事本)
1,状态栏时间居中

删除:“<com.android.systemui.statusbar.Clock............
...................android:singleLine=“true“ />”这段代码

在xmlns:android=“http://schemas.android.com/apk/res/android“>下面添加:
<com.android.systemui.statusbar.Clock android:layout_gravity=“center_horizontal“ android:paddingTop=“2.0dip“ android:textSize=“18.0dip“ android:textStyle=“normal“ android:textColor=“#ffffffff“ android:textAppearance=“@android:style/TextAppearance.StatusBar.Icon“ android:layout_width=“wrap_content“ android:layout_height=“fill_parent“ android:singleLine=“true“ />




注:android:textColor=“#ffffffff“ 是时间颜色代码。
android:textSize=“18.0dip“ 是时间尺寸大小
android:textStyle=“normal“ 是时间样式
android:paddingTop=“2.0dip“ 是时间离顶部的距离

2,时间居中显示到秒:
删除:“<com.android.systemui.statusbar.Clock............
...................android:singleLine=“true“ />”这段代码

在xmlns:android=“http://schemas.android.com/apk/res/android“>下面添加:

<DigitalClock android:textAppearance=“@android:style/TextAppearance.StatusBar.Icon“ android:layout_gravity=“center_horizontal“ android:id=“@+id/digitalClock“
android:textSize=“18.0dip“ android:textStyle=“normal“ android:textColor=“#ffffffff“
android:paddingTop=“2.0dip“ android:layout_width=“wrap_content“ android:layout_height=“fill_parent“ />



3,修改代码后,保存,编译.把回编译后的systemui.apk里的 status_bar.xml拉出来,替换原先没有改过的systemui.apk里的status_bar.xml

4,把经过替换的systemui.apk文件,用RE管理器复制到手机system下,修改权限,再移动到app下替换原先的systemui.apk文件(也可以做成卡刷包进recovery刷入),重启手机。

全部回复 (181)

ID:114274
light_modestarstarstar
Lv.1 韶华一笑间
2014-02-04 14:04:00 沙发
ID:11048
light_modedark_modestarstar
Lv.1 韶华一笑间
2014-02-04 14:13:00 板凳
ID:138114
light_modedark_modedark_mode
Lv.1 韶华一笑间
2014-02-04 14:19:00 地板
叫叫叫
ID:91768
light_modedark_modestar
Lv.5 甘首五朝臣
2014-02-04 14:48:00 #5
呵呵
ID:158865
dark_modedark_modedark_modestarstarstar
Lv.1 韶华一笑间
2014-02-04 14:55:00 #6
ID:137985
light_mode
Lv.1 韶华一笑间
2014-02-04 15:25:00 #7
k
ID:159927
dark_modedark_modedark_modestarstar
Lv.1 韶华一笑间
2014-02-04 15:39:00 #8
擦擦擦
ID:39597
light_modedark_modestar
Lv.2 独赏二月雪
2014-02-04 15:40:00 #9
空间里
ID:59999
light_modedark_modedark_modedark_mode
Lv.3 畅意三江水
2014-02-04 16:19:00 #10
可以用
ID:123625
light_modedark_modestar
Lv.2 独赏二月雪
2014-02-04 16:54:00 #11
.......
ID:31711
light_modestarstarstar
Lv.1 韶华一笑间
2014-02-04 16:58:00 #12
gdfujcvnhfhgh
ID:13821
light_modedark_modestar
Lv.4 莫问四书意
2014-02-04 17:11:00 #13
hghjkncfgf
ID:13821
light_modedark_modestar
Lv.4 莫问四书意
2014-02-04 17:12:00 #14
貌似好牛逼的赶脚。。
ID:107429
dark_modedark_modedark_modestar
Lv.2 独赏二月雪
2014-02-04 17:24:00 #15
OK路咯恩哦
ID:143081
light_modestarstar
Lv.2 独赏二月雪
2014-02-04 17:44:00 #16
。。。
ID:101810
light_modestarstarstar
Lv.3 畅意三江水
2014-02-04 18:24:00 #17
砸啊啊啊阿飞嘎嘎
ID:20787
light_modestar
Lv.1 韶华一笑间
2014-02-04 18:37:00 #18
陌陌
ID:83988
light_modedark_modedark_modestar
Lv.6 胸怀六国志
2014-02-04 18:42:00 #19
,。
ID:89186
light_modestarstar
Lv.5 甘首五朝臣
2014-02-04 19:52:00 #20
偷懒
ID:92987
light_modedark_modestarstar
Lv.1 韶华一笑间
2014-02-04 20:29:00 #21
www无图
登录 后才能回复