What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Gmail, Blacked Out..... Now it's DARK... UPDATED 1/8

ec, I'm seeing a Gmail update for Gingerbread (version 2.3.4). Are you by any chance planning on Blacking Out that baby? I hope????
 
I just saw it on the market website... I will get to it..:) Right now I am having issues theming GB?!?!?! Looks like a total different monster from 2.2 AND I am working 12 hour days now, so I don't have alot of time... I will get it though...:)
 
I just saw it on the market website... I will get to it..:) Right now I am having issues theming GB?!?!?! Looks like a total different monster from 2.2 AND I am working 12 hour days now, so I don't have alot of time... I will get it though...:)


What issues are ya having?... and the market updated today too.. not sure if the blacked out one works on the update, I uninstalled updates and my themed one came back but it's not the updated version...
 
Just getting the pulldown things to theme like I want... I really hate how GB does the pulldown now!!
 
Just getting the pulldown things to theme like I want... I really hate how GB does the pulldown now!!

Yeah it's different, but it's just a new png really. As long as you're theming a rom that points to shade_bg then you should be good.. and title_bar_portrait.9 is the area behind the controls in SystemUI. I was confused as heck when I started on UD 3.0... now it's not too bad..
 
Which xml are you looking at to see if they point to shade_bg or something else?
 
This one is the UD SystemUI/res/layout/status_bar_tracking.xml
<?xml version="1.0" encoding="UTF-8"?>
<com.android.systemui.statusbar.TrackingView android:orientation="vertical" android:paddingLeft="0.0px" android:paddingRight="0.0px" android:paddingBottom="0.0px" android:focusable="true" android:visibility="gone" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android">
<View android:background="@drawable/shade_bg" 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>
----------------------------------------------------
and here is the same one from LGB

<?xml version="1.0" encoding="UTF-8"?>
<com.android.systemui.statusbar.TrackingView android:orientation="vertical" android:paddingLeft="0.0px" android:paddingRight="0.0px" android:paddingBottom="0.0px" android:focusable="true" android:visibility="gone" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android">
<View android:background="#cc000000" 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>



That's the only place I found shade_bg in SystemUI anywhere so I'm just assuming that I'm correct... the lgb one is pointing to a color code instead of the png... I swapped those xml's out as a 'fix' for Liquid's gb rom but I never tested it to see if it'd work...

EDIT:.. as you know, SystemUI errors on decompiling so it's difficult to really fix it...
 
Thanks man, i will give that a look... yeah, not being able to fully decompile sucks!
 
Yeah it does.... not sure if just swapping out the XML from lgb with a good one from like UD would even work.... if so, then that's an easy fix....

Sent from my Droid using DroidForums App
 
I am having the same issue trying to compile the new Gmail ... it decompiles fine. I make NO edits and try to recompile and I get an error.

Kinda looks like the same error I get with SystemUI.apk ... just with I was smart enough to know what it means LOL

--------------------------------------------------------------------------
|Thu 02/24/2011 -- 11:33:05.65|
--------------------------------------------------------------------------
java version "1.6.0_23"
Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
Java HotSpot(TM) Client VM (build 19.0-b09, mixed mode, sharing)
The system cannot find the file specified.
Could Not Find C:\Users\Greg\APK4.9\place-apk-here-for-modding\../place-apk-here-for-modding/signedGmail.apk
Could Not Find C:\Users\Greg\APK4.9\place-apk-here-for-modding\../place-apk-here-for-modding/unsignedGmail.apk
I: Baksmaling...
I: Loading resource table...
I: Decoding resources...
I: Loading resource table from file: C:\Users\Greg\apktool\framework\1.apk
I: Copying assets and libs...
I: Checking whether sources has changed...
I: Smaling...
C:\Users\Greg\APK4.9\other\..\projects\Gmail.apk\smali\com\google\common\base\Functions.smali[0,0] null
Exception in thread "main" brut.androlib.AndrolibException: Could not smali file: java.io.FileInputStream@11dc088
at brut.androlib.src.DexFileBuilder.addSmaliFile(Unknown Source)
at brut.androlib.src.DexFileBuilder.addSmaliFile(Unknown Source)
at brut.androlib.src.SmaliBuilder.buildFile(Unknown Source)
at brut.androlib.src.SmaliBuilder.build(Unknown Source)
at brut.androlib.src.SmaliBuilder.build(Unknown Source)
at brut.androlib.Androlib.buildSourcesSmali(Unknown Source)
at brut.androlib.Androlib.buildSources(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.apktool.Main.cmdBuild(Unknown Source)
at brut.apktool.Main.main(Unknown Source)
 
Back
Top