Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selected Text and Background Colors #18

Closed
industrychanger opened this issue Jan 4, 2014 · 1 comment
Closed

Selected Text and Background Colors #18

industrychanger opened this issue Jan 4, 2014 · 1 comment

Comments

@industrychanger
Copy link

I'm still trying to figure out how this project works. I need to change the text colors within the ScrollLayout. Currently, the unselected text is a grey and the selected color is black.

Where are these color values stored? How can they be change?
image

@bendemboski
Copy link
Owner

Those values haven't really been pulled out and stored anywhere clean. You
can find them set from code in the various files here:
https://github.com/bendemboski/DateSlider/tree/develop/src/com/googlecode/android/widgets/DateSlider/timeview.
For example,
https://github.com/bendemboski/DateSlider/blob/develop/src/com/googlecode/android/widgets/DateSlider/timeview/TimeTextView.java#L42
and
https://github.com/bendemboski/DateSlider/blob/develop/src/com/googlecode/android/widgets/DateSlider/timeview/TimeTextView.java#L82

On Sat, Jan 4, 2014 at 3:15 PM, Matt Terndrup notifications@github.comwrote:

I'm still trying to figure out how this project works. I need to change
the text colors within the ScrollLayout. Currently, the unselected text is
a grey and the selected color is black.

Where are these color values stored? How can they be change?
[image: image]https://f.cloud.github.com/assets/5972009/1845619/92d5da2c-7595-11e3-8ec0-b49e1f0c92d4.png


Reply to this email directly or view it on GitHubhttps://github.com//issues/18
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants