手机时间怎么看秒
答案:2 悬赏:40 手机版
解决时间 2021-04-06 17:20
- 提问者网友:斑駁影
- 2021-04-06 01:27
手机时间怎么看秒
最佳答案
- 五星知识达人网友:末日狂欢
- 2021-04-06 01:39
1.首先我们需要找到手机中一个名为SystemUI.apkreslayouttw_status_bar.xml的文件,你可以用任何第三方工具将它打开,只要能够进行编译,这里建议使用Notepda。
2.有一段代码是:
android:textSize="@dimen/status_bar_clock_text_size" android:textColor="#ff959595"
android:ellipsize="none" android:gravity="left|center" android:id="@id/clock"
android:paddingLeft="3.0dip" android:layout_width="wrap_content"
android:layout_height="fill_parent" android:singleLine="true"
android:includeFontPadding="false" />
这里就是状态栏时间的代码,实在看不清楚的,可以在本经验种ctrl+c,找到后把它删除。
3.接着往下找到一段代码:
android:paddingLeft="4.0dip" android:layout_width="0.0dip" android:layout_height="fill_parent"
android:layout_weight="1.0">
4.在第三步的代码后面(打换行)加上:
android:layout_width="wrap_content" android:layout_height="fill_parent">
android:textColor="#ff959595" android:gravity="center" android:id="@+id/digitalClock"
android:layout_width="wrap_content" android:layout_height="fill_parent"
android:singleLine="true" android:includeFontPadding="false" />
5.完成之后记得保存,将reslayouttw_status_bar.xml,和resources.arsc文件复制到原SystemUI.apk替换一下。
6.保存后修改手机权限,重启即可。
来自度娘经验
2.有一段代码是:
android:textSize="@dimen/status_bar_clock_text_size" android:textColor="#ff959595"
android:ellipsize="none" android:gravity="left|center" android:id="@id/clock"
android:paddingLeft="3.0dip" android:layout_width="wrap_content"
android:layout_height="fill_parent" android:singleLine="true"
android:includeFontPadding="false" />
这里就是状态栏时间的代码,实在看不清楚的,可以在本经验种ctrl+c,找到后把它删除。
3.接着往下找到一段代码:
android:paddingLeft="4.0dip" android:layout_width="0.0dip" android:layout_height="fill_parent"
android:layout_weight="1.0">
4.在第三步的代码后面(打换行)加上:
android:layout_width="wrap_content" android:layout_height="fill_parent">
android:textColor="#ff959595" android:gravity="center" android:id="@+id/digitalClock"
android:layout_width="wrap_content" android:layout_height="fill_parent"
android:singleLine="true" android:includeFontPadding="false" />
5.完成之后记得保存,将reslayouttw_status_bar.xml,和resources.arsc文件复制到原SystemUI.apk替换一下。
6.保存后修改手机权限,重启即可。
来自度娘经验
全部回答
- 1楼网友:枭雄戏美人
- 2021-04-06 02:05
打开“时钟”功能,会显示世界时间,可以看见秒针
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯