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

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

首頁(yè)安卓軟件壁紙美化 → inoty彩虹版app 1.5.2.2 安卓最新版【附教程】
inoty彩虹版app1.5.2.2 安卓最新版【附教程】

inoty彩虹版app

更新:2017-11-22 15:13

大�。�1.7M

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

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

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

同一開(kāi)發(fā)者

inoty彩虹版app截圖inoty彩虹版app截圖inoty彩虹版app截圖inoty彩虹版app截圖
  • 分類:壁紙美化
  • 大�。�1.7M
  • 語(yǔ)言:中文
  • 版本:1.5.2.2 安卓最新版【附教程】
  • 時(shí)間:2017-11-22 15:13
  • 星級(jí):
  • 官網(wǎng):暫無(wú)
  • 廠商
  • 平臺(tái):Android

inoty彩虹版app是最近很多安卓用戶都在搜索的一個(gè)壁紙美化軟件,小編給大家提供最新的apk下載包,可以讓你的手機(jī)看起來(lái)和蘋果差不多的感覺(jué),更加炫酷的彩虹顏色!

inoty的彩虹版本安卓包!

inoty彩虹版介紹

inoty彩虹版是一款安卓狀態(tài)欄修改軟件,這款軟件可以把你的安卓界面修改成ios樣式的界面。彩虹版有個(gè)特色就是可以將電池條變成彩虹的顏色,顏色會(huì)隨著電量的使用改變。

inoty彩虹版使用教程

言歸正傳此教程只針對(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 保存

展开

inoty彩虹版功能詳解

修改狀態(tài)欄

遠(yuǎn)點(diǎn)信號(hào)格

電量百分比

時(shí)鐘制式

顯示運(yùn)營(yíng)商

運(yùn)營(yíng)商標(biāo)識(shí)

展开

inoty彩虹版更新日志

更新版:LiaoMengiNoty1.5.2.2彩虹版(1.67M)

狀態(tài)欄

重新繪制電池圖標(biāo)為彩虹風(fēng)格

增加仿真iOS小鎖頭符號(hào)

從新定義狀態(tài)欄仿真字體

下拉

加入仿真iOS股市素材

去除狀態(tài)底部紅色框框

首頁(yè)美化風(fēng)格為彩虹版

美化按鈕圖標(biāo)

重新漢化細(xì)節(jié)

展开

相關(guān)新聞

可能會(huì)有人問(wèn)為什么我的iNoty會(huì)透明(不是所有軟件都透明,部分軟件會(huì)自動(dòng)變色,比如微信,QQ國(guó)際版等)?

這也用不著奇怪,因?yàn)閕Noty是與其官網(wǎng)的iLauncher配套使用的,所以能在iLauncher透明,并且下拉會(huì)模糊。

細(xì)心的朋友一定注意到我的狀態(tài)欄右上角有鎖頭鬧鐘和VPN的圖標(biāo),因?yàn)樵搃Noty是在官網(wǎng)的基礎(chǔ)之前經(jīng)過(guò)修改的,只需要打開(kāi)藍(lán)牙就會(huì)顯示所有圖標(biāo)。

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

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

此效果要時(shí)間居中信號(hào)居左程序居右網(wǎng)標(biāo)分離電量百分比同時(shí)達(dá)到

特別是電量百分比要兩種電量百分比同時(shí)配合才能達(dá)到效果一種是改smail文件然后把高清電量圖片改為100*100大小

展开

應(yīng)用信息

  • 包名:net.suckga.inoty2
  • 名稱:iNoty彩虹版
  • 版本:1.5.2.2
  • 版本號(hào):23
  • MD5:aa577befe897ec0d1f56fee9632a9a92

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

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

推薦軟件

下載排行