西西軟件園多重安全檢測下載網(wǎng)站、值得信賴的軟件下載站!
西西首頁 電腦軟件 安卓軟件 電腦游戲 安卓游戲 排行榜 專題合集

ios10桌面全套安卓版官方版

v1.0 安卓版
  • ios10桌面全套安卓版官方版v1.0 安卓版
  • 軟件大小:39.0M
  • 更新時(shí)間:2017-12-18 11:30
  • 軟件語言:中文
  • 軟件廠商:
  • 軟件類別:國產(chǎn)軟件 / 免費(fèi)軟件 / 桌面主題
  • 軟件等級:3級
  • 應(yīng)用平臺:Android
  • 官方網(wǎng)站:暫無
  • 應(yīng)用備案:
好評:50%
壞評:50%

軟件介紹

ios10桌面全套安卓版是一款最新的手機(jī)主題桌面,安卓的用戶可以率先體驗(yàn)到ios10的效果,了這個(gè)app你也可以在安卓手機(jī)上玩ios桌面啦。喜歡的用戶趕快下載體驗(yàn)吧!

安卓仿ios10全套軟件:

功能介紹:

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

ios10壁紙

一鍵提升

圖標(biāo)的通知

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

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

沒有卡住

易于設(shè)置壁紙

一鍵提升

免費(fèi),無廣告

應(yīng)用程序排序

文件夾管理器

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

簡單的平穩(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插件

使用教程:

言歸正傳此教程只針對720P的機(jī)油們480P無法達(dá)到

小白可能學(xué)不會 會反編譯的機(jī)油們可以試試

此效果要時(shí)間居中 信號居左 程序居右 網(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ù)制代碼

對其 保存對其效果:

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

軟件標(biāo)簽: ios10桌面全套安卓版

其他版本下載

發(fā)表評論

昵稱:
表情: 高興 可 汗 我不要 害羞 好 下下下 送花 屎 親親
查看所有(0)條評論 > 字?jǐn)?shù): 0/500

TOP
軟件下載