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,626 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:126350
dark_modedark_modedark_modestarstar
Lv.1 韶华一笑间
2014-02-22 16:24:00 #62
经历过刚刚好
ID:54845
light_modestarstar
Lv.1 韶华一笑间
2014-02-28 10:20:00 #63
看看…
ID:159395
dark_modedark_modedark_modestarstarstar
Lv.1 韶华一笑间
2014-02-28 13:32:00 #64
7855008
ID:139706
light_mode
Lv.1 韶华一笑间
2014-02-28 16:31:00 #65
哈哈哈哈哈哈哈哈
ID:15863
light_modestarstarstar
Lv.1 韶华一笑间
2014-03-02 12:40:00 #66
fhhgddfg
ID:15863
light_modestarstarstar
Lv.1 韶华一笑间
2014-03-02 13:03:00 #67
fhhgddfg
ID:138087
light_modedark_modestar
Lv.1 韶华一笑间
2014-03-05 10:02:00 #68
和还是
ID:106399
light_modestarstarstar
Lv.2 独赏二月雪
2014-03-05 12:44:00 #69
突然
ID:106399
light_modestarstarstar
Lv.2 独赏二月雪
2014-03-05 12:46:00 #70
拒绝
ID:159928
dark_modedark_modedark_modestar
Lv.1 韶华一笑间
2014-03-05 14:31:00 #71
☞☞
ID:118127
light_modestar
Lv.1 韶华一笑间
2014-03-05 16:55:00 #72
可口可乐了了
ID:81788
light_modestar
Lv.1 韶华一笑间
2014-03-08 08:41:00 #73
:哦了那也要
ID:161075
dark_modedark_modedark_modestarstar
Lv.1 韶华一笑间
2014-03-08 10:07:00 #74
g
ID:140484
light_modestar
Lv.1 韶华一笑间
2014-03-08 21:31:00 #75
徒铁木
ID:83777
light_modestar
Lv.1 韶华一笑间
2014-03-09 11:51:00 #76
hhhggggg
ID:115917
light_modestarstarstar
Lv.2 独赏二月雪
2014-03-13 12:16:00 #77
健健康康
ID:135419
dark_modedark_modedark_modestar
Lv.1 韶华一笑间
2014-03-14 08:32:00 #78
我想问一下
ID:136535
light_modedark_mode
Lv.4 莫问四书意
2014-03-17 21:20:00 #79
磨破婆婆
ID:103374
light_modestarstar
Lv.1 韶华一笑间
2014-03-21 10:29:00 #80
看,,
ID:160359
light_modestarstar
Lv.3 畅意三江水
2014-03-23 21:10:00 #81
倒萨
登录 后才能回复