Inverted Calendar

thebowers

Premium Member
Premium Member
Theme Developer
Joined
Nov 24, 2009
Messages
2,545
Reaction score
1
Location
Iowa
I tried just doing a simple decompile of this one and it errored out. Other then that I haven't tried anything else.
 
Joined
Aug 19, 2010
Messages
158
Reaction score
0
I tried just doing a simple decompile of this one and it errored out. Other then that I haven't tried anything else.

Thanks for trying. Does this mean that it's too much of a PITA to do?

Sent from my Droid using DroidForums
 

thebowers

Premium Member
Premium Member
Theme Developer
Joined
Nov 24, 2009
Messages
2,545
Reaction score
1
Location
Iowa
I want to try a couple of things just need a rainy day to do it!
 

Planters76

New Member
Joined
Aug 13, 2012
Messages
2
Reaction score
0
Hi all,
I hate to revive a old thread but I am having a few issues with theming a calendar. I have look high and low for this but have come up with zero results and was wondering if someone on here can point me into the right direction.

I am trying to edit the event details and I can not find where I can change the text from black to white. Here is a screenshot of what I am dealing with. I have selected the area with a read box. Is the color in the edit_event.xml?
View attachment 54473
 
Last edited:

xkape

Premium Member
Premium Member
Theme Developer
Joined
Jul 27, 2010
Messages
3,882
Reaction score
37
Location
OH-IO
sorry for the dealy, im new here..

its in the layout folder.. event_info.xml look at the id's on each line. Find the ones you need and add this ... android:textColor="#ffxxxxxx" the x's being your color
 
Last edited:

xkape

Premium Member
Premium Member
Theme Developer
Joined
Jul 27, 2010
Messages
3,882
Reaction score
37
Location
OH-IO
to add, you just need to change whats there really.

As an alternate, you could go into the values folder and into colors and just change the hex codes for teh called values. might change other stuff too though. I have always found it easier to just change them individually
 

Planters76

New Member
Joined
Aug 13, 2012
Messages
2
Reaction score
0
Thank You xkape for the reply back and for your help, I took your first reply and put it to work and it work perfectly, however the xml file that I had to edit was edit_event.xml. The version I am working with is 2.3.7
 
Top