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,630 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:94495
light_modestar
Lv.1 韶华一笑间
2014-02-04 20:33:00 #22
rge
ID:142626
light_modestarstar
Lv.5 甘首五朝臣
2014-02-04 20:36:00 #23
cvnnjddi
ID:112508
dark_modedark_modedark_modestarstar
Lv.1 韶华一笑间
2014-02-04 21:10:00 #24
hjvgh
ID:140378
light_mode
Lv.1 韶华一笑间
2014-02-04 21:11:00 #25
ID:25716
light_modedark_modestar
Lv.1 韶华一笑间
2014-02-04 21:24:00 #26
11
ID:137143
dark_modedark_modedark_modestarstarstar
Lv.1 韶华一笑间
2014-02-04 21:59:00 #27
额的的哈哈
ID:111010
light_modestar
Lv.1 韶华一笑间
2014-02-04 22:12:00 #28
干净利落
ID:121470
light_modestarstarstar
Lv.4 莫问四书意
2014-02-04 22:23:00 #29
ID:159961
dark_modedark_modestar
Lv.1 韶华一笑间
2014-02-04 22:44:00 #30
j吧!
ID:16332
light_modedark_modestar
Lv.1 韶华一笑间
2014-02-05 00:04:00 #31
几死就死吧
ID:125779
light_modestarstarstar
Lv.4 莫问四书意
2014-02-05 08:44:00 #32
;;
ID:159958
dark_modedark_modedark_modestarstar
Lv.1 韶华一笑间
2014-02-05 09:40:00 #33
k
ID:1789
light_modedark_mode
Lv.2 独赏二月雪
2014-02-05 13:14:00 #34
空军建军节
ID:74358
light_modedark_modestar
Lv.6 胸怀六国志
2014-02-05 14:21:00 #35
路路通
ID:12385
light_modedark_mode
Lv.2 独赏二月雪
2014-02-05 15:10:00 #36
ss
ID:121680
light_modedark_modestarstarstar
Lv.2 独赏二月雪
2014-02-05 15:59:00 #37
15516534
ID:102385
light_modestar
Lv.1 韶华一笑间
2014-02-05 16:59:00 #38
ID:159064
dark_modedark_modestarstarstar
Lv.1 韶华一笑间
2014-02-05 17:45:00 #39
gggjjko
ID:105956
light_modedark_mode
Lv.3 畅意三江水
2014-02-05 18:33:00 #40
()
ID:105956
light_modedark_mode
Lv.3 畅意三江水
2014-02-05 18:34:00 #41
()ee
登录 后才能回复