Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android手機 >> Android刷機教程 >> 安卓刷機技巧 >> ROM之家:華為c8813狀態欄時間顏色修改

ROM之家:華為c8813狀態欄時間顏色修改

編輯:安卓刷機技巧

1.首先反編譯SystemUI.apk


2.找到文件:SystemUI.apk\res\layout\tw_status_bar.xml(用記事本打開編輯)


3.<com.android.systemui.statusbar.policy.Clock


android:textSize="@dimen/status_bar_clock_text_size"


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" />



4.加入android:textColor="#ffffffff" (這個是白色)


5. 加入後

<com.android.systemui.statusbar.policy.Clock

android:textSize="@dimen/status_bar_clock_text_size"

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:textColor="#ffffffff"  

android:includeFontPadding="false" />



6.回編譯替換\res\layout\tw_status_bar.xml,和resources.arsc


完...




 

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved