download file ini trafficdata
1.Masuk ke
/smali/com/android/systemui/statusbar/policy/"ekstrak hasil
download disini"
2.Masuk
/res/layout/ buka msim_status_bar.xml atau statusbar.xml dengan
notepad++
Tambahkan
kode
<com.android.systemui.statusbar.policy.Traffic
android:textAppearance="@style/TextAppearance.StatusBar.Traffic"
android:gravity="left|center" android:id="@id/traffic"
android:layout_width="wrap_content"
android:layout_height="fill_parent" android:singleLine="true"
/>
di atas
kode
<ImageView
android:id="@id/battery" android:paddingLeft="4.0dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
3. Masuk
/res/value/ cari file ids.xml. Open
using notepad++
Tambahkan kode
<item
type="id" name="traffic">false</item>
dipaling
bawah sebelum kode
</resources>
4. Masuk
/res/value/ buka dengan notepad++ Styles.xml
Paste kode berikut sebelum kode </resources>.
Sehingga
pada line paling bawah akan kita dapatkan kode seperti ini
<style
name="TextAppearance.StatusBar.Traffic"
parent="@style/TextAppearance.StatusBar.Clock">
<item
name="android:textSize">14.0dip</item>
<item
name="android:textStyle">normal</item>
<item
name="android:textColor">#ffffffff</item>
<item
name="android:textAllCaps">false</item>
</style>
</resources>
5. recompile
untuk odex bisa g
ReplyDelete