I'm using a stock-based ROM that was made using UCDLK3 firmware for the AT&T Galaxy S3. (Intergalactic II) Could someone make my statusbar (or notification bar, whatever you call it) look like the one in this picture?
I am able to do it, please tell me which XML modify and whereSend me your systemui.apk, the percentage transparency you desire (and colour if applicable) and I will cook it up for you.
If you are able to compile/decompile the systemui, I would also be happy to give you instructions how to do it?
Sent from my SGH-I747M using XDA Premium HD app
Change line 2 in tw_super_status_bar.xml (found in ~/res/layout) to this:@David Dee:
I can't seem to get my status bar to be transparent. I can change it from black to whatever color I like, blue for example:
- Image
- Image
(Yeah, I've changed the battery icons, connection icons and notification center background with success)
I am changing the HEX colors for the status bar background in SystemUI/res/values/drawables.xml and some status bar and notification center related files in SystemUI/res/layout. The HEX color for full transparency should be #00000000 (AARRGGBB format).
When I use this color, the statusbar stays black (like it is default)...
What am I missing here...
<com.android.systemui.statusbar.phone.StatusBarWindowView android:background="#[COLOR="Red"]00000000[/COLOR]"
<com.android.systemui.statusbar.phone.PhoneStatusBarView android:orientation="vertical" android:id="@id/status_bar" android:background="#[COLOR="red"]00000000[/COLOR]" 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">
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/center_clock_layout" android:layout_width="fill_parent" android:layout_height="fill_parent">
Can u pls make me one for my stock ROM?Send me your systemui.apk, the percentage transparency you desire (and colour if applicable) and I will cook it up for you.
If you are able to compile/decompile the systemui, I would also be happy to give you instructions how to do it?
Sent from my SGH-I747M using XDA Premium HD app
Where can I find it? Link?Just flash S3Rx and set it yourself to whatever color, transparency you like...
In system UI navigate to drawables.xml in ~/res/values/ and make the following change from:I'm on the same situation.
I'm looking to have my status bar transparent but i don't know where to start. My phone is running cianogenmod jb 4.2.2 from my 15. I tried to edit the file status_bar.xml from the systemui.apk but there is no value tha I can change. I'm looking for a way to have it fully transparent.
Sent from my SAMSUNG-SGH-I747 using xda premium
<item type="drawable" name="status_bar_background">#ff000000</item>
<item type="drawable" name="status_bar_background">#00000000</item>
How come I don't have the folder "values" under "systemui.apk/res/"In system UI navigate to drawables.xml in ~/res/values/ and make the following change from:to:Code:<item type="drawable" name="status_bar_background">#ff000000</item>Code:<item type="drawable" name="status_bar_background">#00000000</item>
If you properly decompiled the app with a tool like apktool. Then the systemui.apk you used is not deodexed. Look in your /system/app folder for a file called systemui.odex. If it is there you need to deodex it before you can so this mod.How come I don't have the folder "values" under "systemui.apk/res/"
Sent from my SAMSUNG-SGH-I747 using xda premium
please post your twframework-res.apk, framework-res.apk, and Systemui.apk.Any chance I can get someone to make this flashable through CWM?