[All Carriers]Touch Wiz Themeing Questions

Tiffany84

Recognized Themer
Jul 27, 2010
6,280
3,323
0
Anyone know how to make the status bar transparent or semi-trans? I've edited just about every .png I can find and it's not changing. Is it an xml edit?
 

NunHugger

Inactive Recognized Developer
Dec 18, 2009
3,842
8,913
0
Des Moines, IA
Thanks nunhugger




Timestamp changed! Now.. where is the divider line?

btw.. hope that app I sent you is compiling
res/layout/call_log_list_item.xml...Should be the second to last line.

<View android:id="@id/call_log_divider" android:background="#ff464646" android:layout_width="fill_parent" android:layout_height="1.0px" />
 

shane6374

Senior Member
Jun 23, 2009
2,802
1,261
0
Minneapolis
With the mods separating the carriers on the GS3, I', not quite sure what should be done with this thread. I think most of the people that have been in the thread are split between AT&T and Sprint. Any suggestions?
 

Bizdady

Senior Member
Jul 24, 2010
2,355
569
0
818
With the mods separating the carriers on the GS3, I', not quite sure what should be done with this thread. I think most of the people that have been in the thread are split between AT&T and Sprint. Any suggestions?
Not a divorce ! Lol Ya same thing with the screenshot thread. I had no clue what to do with it.

Sent from my Samsung Galaxy SIII using Tapatalk
 

shane6374

Senior Member
Jun 23, 2009
2,802
1,261
0
Minneapolis
Not a divorce ! Lol Ya same thing with the screenshot thread. I had no clue what to do with it.

Sent from my Samsung Galaxy SIII using Tapatalk
I really would love to see this thread where all of us can still use it. So far I think this thread has done exactly what I had hoped for, even more with the addition of the themers and developers from all the carriers.
 

Bizdady

Senior Member
Jul 24, 2010
2,355
569
0
818
I really would love to see this thread where all of us can still use it. So far I think this thread has done exactly what I had hoped for, even more with the addition of the themers and developers from all the carriers.
+1

Themeing has been pretty universal with the exception of a few lines here and there.
 

AndroidGraphix

Senior Member
Apr 4, 2011
1,266
377
0
Paradise Valley, AZ
I believe both of these are in the values/drawables.xml.
I concur, but I haven't tested. Thank you very much for finding this.

Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <item type="drawable" name="notification_number_text_color">#ffffffff</item>
    <item type="drawable" name="notification_item_background_color">#ff111111</item>
    <item type="drawable" name="notification_item_background_color_pressed">#ff257390</item>
    <item type="drawable" name="ticker_background_color">#ff1d1d1d</item>
    <item type="drawable" name="status_bar_background">@drawable/statusbar_background</item>
    <item type="drawable" name="status_bar_recents_background_solid">#b3000000</item>
    <item type="drawable" name="status_bar_recents_app_thumbnail_background">#88000000</item>
    <item type="drawable" name="status_bar_notification_row_background_color">#ff090909</item>
    <item type="drawable" name="notification_header_bg">#ff000000</item>
    <item type="drawable" name="notification_tracking_bg">#d8000000</item>
    <item type="drawable" name="recents_callout_line">#99ffffff</item>
    <item type="drawable" name="notification_item_background_legacy_color">#ffaaaaaa</item>
    <item type="drawable" name="tw_notification_background_null">#00000000</item>
    <item type="drawable" name="tw_notification_background_pressed">#ff02556a</item>
    <item type="drawable" name="APKTOOL_DUMMY_0065">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0066">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0083">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0084">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0085">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0086">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0087">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0088">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0089">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_008a">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_00ab">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_00fb">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_00fc">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_00ff">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0100">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0105">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0106">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0118">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0119">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_016a">false</item>
</resources>
Do you think we could swap out line:

Code:
<item type="drawable" name="notification_item_background_color_pressed">#ff257390</item>
with:

Code:
<item type="drawable" name="notification_item_background_color_pressed">drawable/statusbar_background_press</item>
If so, how would we add an ID in public.xml?:confused:
 

shane6374

Senior Member
Jun 23, 2009
2,802
1,261
0
Minneapolis
I concur, but I haven't tested. Thank you very much for finding this.

Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <item type="drawable" name="notification_number_text_color">#ffffffff</item>
    <item type="drawable" name="notification_item_background_color">#ff111111</item>
    <item type="drawable" name="notification_item_background_color_pressed">#ff257390</item>
    <item type="drawable" name="ticker_background_color">#ff1d1d1d</item>
    <item type="drawable" name="status_bar_background">@drawable/statusbar_background</item>
    <item type="drawable" name="status_bar_recents_background_solid">#b3000000</item>
    <item type="drawable" name="status_bar_recents_app_thumbnail_background">#88000000</item>
    <item type="drawable" name="status_bar_notification_row_background_color">#ff090909</item>
    <item type="drawable" name="notification_header_bg">#ff000000</item>
    <item type="drawable" name="notification_tracking_bg">#d8000000</item>
    <item type="drawable" name="recents_callout_line">#99ffffff</item>
    <item type="drawable" name="notification_item_background_legacy_color">#ffaaaaaa</item>
    <item type="drawable" name="tw_notification_background_null">#00000000</item>
    <item type="drawable" name="tw_notification_background_pressed">#ff02556a</item>
    <item type="drawable" name="APKTOOL_DUMMY_0065">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0066">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0083">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0084">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0085">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0086">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0087">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0088">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0089">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_008a">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_00ab">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_00fb">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_00fc">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_00ff">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0100">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0105">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0106">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0118">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_0119">false</item>
    <item type="drawable" name="APKTOOL_DUMMY_016a">false</item>
</resources>
Do you think we could swap out line:

Code:
<item type="drawable" name="notification_item_background_color_pressed">#ff257390</item>
with:

Code:
<item type="drawable" name="notification_item_background_color_pressed">drawable/statusbar_background_press</item>
If so, how would we add an ID in public.xml?:confused:
Delete the public.XML before you compile. It will generate itself correctly for you.

Sent from my SPH-L710 using Tapatalk 2