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?
Ok.. I am going to pm you a compilable contactsIn values/colors of the contacts.apk you need to change "tw_color145"
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?
Hey, thank you very much.
res/layout/call_log_list_item.xml...Should be the second to last line.Thanks nunhugger
![]()
Timestamp changed! Now.. where is the divider line?
btw.. hope that app I sent you is compiling
Man.. thats crazy how sometimes its an image and sometimes its defined in XML..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" />
IndeedMan.. thats crazy how sometimes its an image and sometimes its defined in XML..
smh
Does anyone know where this black bar is? I'm stumped.
![]()
Sent while Blazed.
I believe both of these are in the values/drawables.xml.I could use some help guys. Where on earth can I find the PNG press for the hard menu?
![]()
Also, where can I find the png press for the drop down menu? Thanks for any help.
Sweet! Thank youI believe both of these are in the values/drawables.xml.
Not a divorce ! Lol Ya same thing with the screenshot thread. I had no clue what to do with it.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?
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.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
+1I 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.
I concur, but I haven't tested. Thank you very much for finding this.I believe both of these are in the values/drawables.xml.
<?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>
<item type="drawable" name="notification_item_background_color_pressed">#ff257390</item>
<item type="drawable" name="notification_item_background_color_pressed">drawable/statusbar_background_press</item>
Delete the public.XML before you compile. It will generate itself correctly for you.I concur, but I haven't tested. Thank you very much for finding this.
Do you think we could swap out line: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>
with:Code:<item type="drawable" name="notification_item_background_color_pressed">#ff257390</item>
If so, how would we add an ID in public.xml?Code:<item type="drawable" name="notification_item_background_color_pressed">drawable/statusbar_background_press</item>![]()