BlazingFire258
Well-Known Member
I would do this but I can't figure out a specific problem when it comes to recompiling the SystemUI.apk so until then I humbly request a quick and easy favor.
I would like if someone were to decompile the SystemUI.apk
Go to /res/values/styles.xml
Edit line 20 (according to Notepad++)
and change 16.0dip to 0.0dip
so it should look like this:
<style name="TextAppearance.StatusBar.Clock" parent="@*android:style/TextAppearance.StatusBar.Icon">
<item name="android:textSize">0.0dip</item>
<item name="android:textStyle">normal</item>
<item name="android:textColor">#ff5dcde6</item>
recompile and send me the apk please.
I'm trying to hide the Notification bar clock ftr.
I would like if someone were to decompile the SystemUI.apk
Go to /res/values/styles.xml
Edit line 20 (according to Notepad++)
and change 16.0dip to 0.0dip
so it should look like this:
<style name="TextAppearance.StatusBar.Clock" parent="@*android:style/TextAppearance.StatusBar.Icon">
<item name="android:textSize">0.0dip</item>
<item name="android:textStyle">normal</item>
<item name="android:textColor">#ff5dcde6</item>
recompile and send me the apk please.
I'm trying to hide the Notification bar clock ftr.





