Jump to content


* * * * * 2 votes

Themers' Collaboration


  • Please log in to reply

#371 DHO

DHO

    Frenetic Amnesic

  • Site Contributor
  • 964 posts

Posted 01 August 2012 - 05:51 PM

OKay I got it fixed. I had to clear my ccache. But was 2 icons as noted above. Thanks guys.

The First Of Every Month is Developer Day: Pick A Dev And Donate

Crack Flash Something Today: Commotio, HYBRYD, Vanir
Proud member of Team Vanir
+ Droid Hive/Axiom Development


#372 solongthemer

solongthemer

    Deleted

  • Banned
  • 895 posts

Posted 01 August 2012 - 05:52 PM

View PostDHO, on 01 August 2012 - 05:51 PM, said:

OKay I got it fixed. I had to clear my ccache. But was 2 icons as noted above. Thanks guys.
good stuff man. No prob .

Sent from my Galaxy Nexus using Tapatalk 2

#373 trebills

trebills

    Schmaticum

  • Members
  • 125 posts

Posted 02 August 2012 - 07:57 AM

OK I changed the notification panel and the notifications, however, I am not sure where the .png or xml is to change the background of the icon to the left of each notifications.
Wonder what ROM to use? Check out ROM comparison spreadsheet here, it's the bees knees.

#374 basian mile

basian mile

    Android Lover

  • Members
  • 103 posts

Posted 02 August 2012 - 08:05 AM

It seems you did not read my Post here:

http://rootzwiki.com...360#entry862270

#375 trebills

trebills

    Schmaticum

  • Members
  • 125 posts

Posted 02 August 2012 - 08:30 AM

View Postbasian mile, on 02 August 2012 - 08:05 AM, said:

It seems you did not read my Post here:

http://rootzwiki.com...360#entry862270

I read it but did not find <item type="drawable" name="notification_template_icon_bg">#00000000</item> or <item type="drawable" name="notification_template_icon_low_bg">#00000000</item>
Wonder what ROM to use? Check out ROM comparison spreadsheet here, it's the bees knees.

#376 basian mile

basian mile

    Android Lover

  • Members
  • 103 posts

Posted 02 August 2012 - 08:35 AM

UUpps...Forgot the Path: framework-res\res\values\drawables.xml

#377 trebills

trebills

    Schmaticum

  • Members
  • 125 posts

Posted 02 August 2012 - 09:07 AM

View Postbasian mile, on 02 August 2012 - 08:35 AM, said:

UUpps...Forgot the Path: framework-res\res\values\drawables.xml

Got it thanks that was so easy I was able to change the values, compile, and upload to my GDrive through Phonemypc so I can get the framework at work to try out. Works great. thanks.
Wonder what ROM to use? Check out ROM comparison spreadsheet here, it's the bees knees.

#378 basian mile

basian mile

    Android Lover

  • Members
  • 103 posts

Posted 03 August 2012 - 09:41 AM

Ok so i have a question now too.

In

Quote

\framework-res\res\drawable\notification_bg.xml
\framework-res\res\drawable\notification_bg_low.xml

we now know that there it says to use a png as BG for the Notifications.

It is looking like this:

Quote

<item android:state_pressed="true" android:drawable="@drawable/notification_bg_normal_pressed" />
<item android:state_pressed="false" android:drawable="@drawable/notification_bg_normal" />

I want to point it to "\framework-res\res\values\drawables.xml" and then the following String (So that i can use a color instead of the png):

Quote

<item type="drawable" name="notification_item_background_color">#ff111111</item>
<item type="drawable" name="notification_item_background_color_pressed">#ff33b5e5</item>

Question is how??

Is that right?

Quote

<item android:state_pressed="true" android:drawable="@drawable/notification_item_background_color_pressed" />
<item android:state_pressed="false" android:drawable="@drawable/notification_item_background_color" />

Edited by basian mile, 03 August 2012 - 09:55 AM.


#379 trebills

trebills

    Schmaticum

  • Members
  • 125 posts

Posted 03 August 2012 - 07:22 PM

I am working on my first theme to be used with the AOKP/CM10 theme manager. I have successfully signed and install it, however, when I apply it in the theme manager it says it is missing assets. I have seem this before so I clicked apply anyway.

What I noticed is that the top notification bar has a smaller battery, wifi, signal icons. When I pull the notification panel down the blue bar at the bottom of the is thicker than usual and the settings and clear all icons are smaller too.

The Lock screen has smaller unlocker,

And finally the on/off toggles for wifi and Bluetooth are smaller as well. Not sure why this is. I attached screenshots

Attached Thumbnails

  • Screenshot_2012-08-03-20-06-59.png
  • Screenshot_2012-08-03-20-07-15.jpg

Wonder what ROM to use? Check out ROM comparison spreadsheet here, it's the bees knees.

#380 basian mile

basian mile

    Android Lover

  • Members
  • 103 posts

Posted 04 August 2012 - 04:03 AM

@trebills
How did you make the Notifications Transparent? With my Method above?? Pls tell me.