馬上加入Android 台灣中文網,立即免費下載應用遊戲。
您需要 登錄 才可以下載或查看,沒有帳號?註冊
x
本帖最後由 fish613 於 2013-7-13 15:25 編輯
4.1.2 狀態列更改成透明 以及 狀態列時間更改顏色
本教學只適合4.1版本
一、狀態列透明:
1. 反編譯 SystemUI.apk
2. 使用記事本打開 SystemUI/res/layout/tw_super_status_bar.xml
尋找 android:background="#ff******" (#ff******" 數值不一定,更改為"#00000000" )
<com.android.systemui.statusbar.phone.StatusBarWindowView android:background="#ff000000" android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
更改後儲存
2. 打開 SystemUI/res/values/drawables.xml
尋找 "status_bar_background">#ff******</item> (#ff******" 數值不一定,更改為"#00000000" )
更改後儲存
二、狀態列時間改顏色
1. 打開 SystemUI\res\layout\tw_status_bar.xml
尋找 <com.android.systemui.statusbar.policy.Clock 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" />
android:textColor="#ff******" (#ff******" 數值不一定,更改為你想要的顏色 )
更改後儲存
--------------------------------------------------------------------------------------------------------------
三、三個檔都更改完後,將 System 目錄回編譯回去,再依回編譯教學將檔案置換回去原先的 SystemUI.apk
小提醒:有關狀態列的美化,不外乎電池改100%、訊號圖、WIFI圖、3G圖以及本教學的透明化及時間顏色,
建議要美化的,先從廚房開始改電池,然後再從廚房下載回來的檔案用來反編譯更改透明度或時間顏色,
最後才是訊號圖、WIFI圖、3G圖,因為這些圖只需要透過RAR就可以更換了,
不然根據我的經驗,有可能在反編譯後的文件內,找不到要更改的字串.
~~~美化資源~~~APK&ODEX 合併工具 _ 4.1.2 可用 _ 附教學連結
~~~美化課程 (一)~~~systemUI.apk 反編譯及回編譯教學
~~~美化課程 (三)~~~下拉通知透明~~~自訂背景可圖片、可透明
~~~美化課程 (四)~~~調整下拉9鍵順序
~~~美化課程 (五)~~~調整下拉欄文字顏色
~~~美化課程 (六)~~~修改電量1%計算 |
評分
-
查看全部評分
|