变态重口极致另类在线-波多久久夜色精品国产-波多野结衣在线观看一区-波多野结衣在线观看一区二区-污污的网站免费阅读-污污视频网址

東坡下載:內(nèi)容最豐富最安全的下載站!

幫助|文件類型庫(kù)|最新更新|下載分類|排行榜

首頁(yè)安卓軟件壁紙美化 → OS9桌面HD(ios10桌面全套安卓版)
OS9桌面HD(ios10桌面全套安卓版)

OS9桌面HD(ios10桌面全套安卓版)

更新:2017-12-18 11:3

大小:1.0M

下載地址
更多安卓版 >
更多IOS版 >
更多PC版 >
二維碼

掃描二維碼安裝到手機(jī)

好玩50%(10票)
坑爹50%(10票)

同一開發(fā)者

OS9桌面HD(ios10桌面全套安卓版)截圖OS9桌面HD(ios10桌面全套安卓版)截圖OS9桌面HD(ios10桌面全套安卓版)截圖OS9桌面HD(ios10桌面全套安卓版)截圖
  • 分類:壁紙美化
  • 大小:1.0M
  • 語(yǔ)言:中文
  • 版本:
  • 時(shí)間:2017-12-18 11:3
  • 星級(jí):
  • 官網(wǎng):暫無(wú)
  • 廠商
  • 平臺(tái):Android

安卓仿ios10全套軟件,安卓的用戶可以率先體驗(yàn)到ios10的效果,了這個(gè)app你也可以在安卓手機(jī)上玩ios桌面啦。

安卓仿ios10全套軟件

功能介紹

ios10手機(jī)風(fēng)格

ios10壁紙

一鍵提升

圖標(biāo)的通知

軟件小巧,不占內(nèi)存

操作系統(tǒng)的風(fēng)格

沒(méi)有卡住

易于設(shè)置壁紙

一鍵提升

免費(fèi),無(wú)廣告

應(yīng)用程序排序

文件夾管理器

搜索應(yīng)用程序或網(wǎng)頁(yè)

簡(jiǎn)單的平穩(wěn)快速

軟件介紹

1、iOS 10控制中心整體功能設(shè)計(jì) —— Auxo Legacy Edition+Roundification插件

2、iOS 10控制中心支持 3D Touch —— QuickCenter插件

3、iOS 10通知中心卡片式消息設(shè)計(jì) —— NotificationCards插件

4、iOS 10通知中心壓感清除所有通知 —— 3D Touch to Clear Notifications插件

5、iOS 10新的通知插件 —— 3D Touch Notifications插件

6、iOS 10抬手喚醒功能 —— FaceOff 或 FaceDown插件

7、iOS 10相機(jī)應(yīng)用的切換前后攝像頭按鈕位置 —— CamSwitchDown插件

8、iOS 10個(gè)人已讀回執(zhí)功能 —— Selective Reading 插件

9、iOS 10時(shí)鐘應(yīng)用夜間模式 —— Nightmode 或 Eclipse 3插件

10、iOS 10隱藏預(yù)裝應(yīng)用 —— AppHide插件

使用教程

言歸正傳此教程只針對(duì)720P的機(jī)油們480P無(wú)法達(dá)到
小白可能學(xué)不會(huì) 會(huì)反編譯的機(jī)油們可以試試
此效果要時(shí)間居中 信號(hào)居左 程序居右 網(wǎng)標(biāo)分離 電量百分比同時(shí)達(dá)到
特別是電量百分比 要兩種電量百分比同時(shí)配合才能達(dá)到效果 一種是改smail文件 然后把高清電量圖片改為100 * 100大小

開始:首先反編譯MiuiSystemUI.apk找到RES /layout/ status_bar.xml 
編輯 
從第八行開始替換以下代碼替換到

<font><font><LinearLayout android:orientation="horizontal" android:id="@id/ticker" android:paddingLeft="6.0dip" android:animationCache="false" android:layout_width="fill_parent" android:layout_height="fill_parent"></font></font>

復(fù)制代碼

這行代碼的上面
現(xiàn)在給出替換代碼:

[hide]<LinearLayout android:orientation="horizontal" android:id="@id/icons" android:paddingLeft="4.0dip" android:paddingRight="4.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent">

<LinearLayout android:gravity="left" android:paddingRight="2.0dip" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0">

<include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/signal_cluster_view" />

<com.android.systemui.statusbar.NetworkSpeedView android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="left|center" android:id="@id/network_speed_view" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_marginRight="4.0dip" android:singleLine="true" />

</LinearLayout>

<com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:textSize="13.0dip" android:textStyle="bold" android:gravity="center" android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />

<LinearLayout android:gravity="right" android:paddingLeft="2.0dip" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0">

<RelativeLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="fill_parent">

<LinearLayout android:id="@id/notification_icon_area" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_toLeftOf="@id/statusIcons">

<com.android.systemui.statusbar.StatusBarIconView android:id="@id/moreIcon" android:visibility="gone" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="fill_parent" android:src="@drawable/stat_notify_more" />

<com.android.systemui.statusbar.phone.IconMerger android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/notificationIcons" android:layout_width="wrap_content" android:layout_height="fill_parent" />

</LinearLayout>

<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/statusIcons" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_toLeftOf="@id/signal_battery_cluster" />

<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/signal_battery_cluster" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_alignParentRight="true">

<com.android.systemui.statusbar.phone.BatteryText android:textSize="12.0dip" android:textColor="#ff000000" android:paddingTop="1.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" />

<com.android.systemui.statusbar.phone.BatteryStatusIconView android:id="@id/battery" android:layout_width="wrap_content" android:layout_height="wrap_content" android:scaleType="center" />

</LinearLayout>

</RelativeLayout>

</LinearLayout>

</LinearLayout>[/hide]

復(fù)制代碼

對(duì)其 保存對(duì)其效果:

還有一步
搜索MiuiSystemUI\smali\com\android\systemui\statusbar\phone\BatteryStatusIconView.smali
編輯 搜索const/16 v5, 0x32
將32改為64 保存

應(yīng)用信息

  • 包名:com.appvv.os9launcherhd
  • 名稱:OS9桌面HD
  • 版本:1.5.0
  • 版本號(hào):20
  • MD5:fc2e90f47ed4c50fbd9d8a9f32529d9e

網(wǎng)友評(píng)論

熱門評(píng)論
最新評(píng)論
發(fā)表評(píng)論 查看所有評(píng)論(0)
昵稱:
表情: 高興 可 汗 我不要 害羞 好 下下下 送花 屎 親親
字?jǐn)?shù): 0/500 (您的評(píng)論需要經(jīng)過(guò)審核才能顯示)

推薦軟件

下載排行

主站蜘蛛池模板: 久草视频免费在线看 | 在线欧美不卡 | 精品亚洲综合在线第一区 | 窝窝人体色 | 99激情| 日韩亚洲影院 | 日本人免费xxx在线视频 | 久久久免费的精品 | 最近中文字幕在线6 | 成人性生活免费视频 | 欧美性猛交ⅹxxx乱大交禽 | 极品精品国产超清自在线观看 | 又黄又爽又色又刺激的视频 | 国产午夜精品鲁丝片 | 中国美女挠脚心丝袜vk | 女攻男受高h重口调教 | 在线观看一夜七次郎国产 | 成年日韩免费大片黄在线观看 | 免费看男人靠女人靠到爽 | 免费国产好深啊好涨好硬视频 | 可以免费观看一级毛片黄a 可以免费观看的一级毛片 可以免费观看的黄色网址 可以看的黄色网址 | 免费视频成人 | 在线观看男女爱视频网站 | 天天综合天天操 | 中文日韩字幕 | 国产成人综合亚洲亚洲欧美 | 亚洲综合偷自成人网第页 | 色噜噜狠狠狠色综合久 | 男人下面桶女人视频免费 | 久久精品国产2020观看福利色 | 一级黄色片免费观看 | 欧美高清在线精品一区 | 一区欧美 | 欧美黄色免费在线观看 | 求欧美精品网址 | 国产成人综合久久精品红 | 中国一级特黄特色真人毛片 | 亚洲欧美日韩在线播放 | 色噜噜狠狠一区二区三区 | 国产区一区二区三区 | 日本中文字幕在线看 |