Hi, I'm trying to get transparent notification bar with android UI but I've got some problem..
With apkmanager I've edited SystemUI.apk
I've edited status_bar_tracking.xml to point to shade_bg changing the hex color value to @drawable/shade_bg.
Then I've changed shade_bg.png with a transparent picture, but transparency there isn't
This is the result
snapshot__2_.png 41.51K
30 downloads
Any help?
With apkmanager I've edited SystemUI.apk
I've edited status_bar_tracking.xml to point to shade_bg changing the hex color value to @drawable/shade_bg.
<?xml version="1.0" encoding="UTF-8"?> [size=2][size=1]<com.android.systemui.statusbar.TrackingView xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:paddingLeft="0.0px" android:paddingRight="0.0px" android:paddingBottom="0.0px" android:focusable="true" android:visibility="gone" android:descendantFocusability="afterDescendants"> <View android:background=[color="#FF0000"]"@drawable/shade_bg"[/color] android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0"/> <com.android.systemui.statusbar.CloseDragHandle android:orientation="vertical" android:id="@id/close" android:layout_width="fill_parent" android:layout_height="wrap_content"> <ImageView android:layout_gravity="bottom" android:layout_width="fill_parent" android:layout_height="wrap_content" android:src="@drawable/status_bar_close_on" android:scaleType="fitXY"/> </com.android.systemui.statusbar.CloseDragHandle> </com.android.systemui.statusbar.TrackingView>[/size][/size]
Then I've changed shade_bg.png with a transparent picture, but transparency there isn't
This is the result
snapshot__2_.png 41.51K
30 downloadsAny help?
Edited by davidevinavil, 30 May 2011 - 05:23 PM.







Sign In
Create Account


Back to top









