更新:2017-12-18 11:3
大小:1.0M
下載地址掃描二維碼安裝到手機(jī)
安卓仿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大小
開(kāi)始:首先反編譯MiuiSystemUI.apk找到RES /layout/ status_bar.xml
編輯
從第八行開(kāi)始替換以下代碼替換到
<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 保存
小編簡(jiǎn)評(píng):其實(shí)在現(xiàn)在
下載 ios10桌面啟動(dòng)器最新版 1.1M /小編簡(jiǎn)評(píng):ios10現(xiàn)在已
下載 Ghost文件修改查看器(Ghost Explorer) 945KB /小編簡(jiǎn)評(píng):可以讀取GH
下載 OS9桌面HD 1.0M /小編簡(jiǎn)評(píng):安卓仿ios1
下載 Adobe Photoshop CS簡(jiǎn)體中文版 150.4M /小編簡(jiǎn)評(píng):photoshop8
下載 Photoshop CS 注冊(cè)機(jī) 53KB /小編簡(jiǎn)評(píng):直接運(yùn)行可
下載 多國(guó)時(shí)鐘升級(jí)軟件(Microsoft Chinese Date & Time ) 55KB /小編簡(jiǎn)評(píng):Microsoft
下載 騰訊QQ2010 24M /小編簡(jiǎn)評(píng):
下載 Easy CD-DA Extractor Professional 12.0.4 Build 1 中文特別版 6.4M /小編簡(jiǎn)評(píng): Ea
網(wǎng)友評(píng)論