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

timob-14720: Fix android missing alpha colors #4572

Merged
merged 2 commits into from Aug 14, 2013

Conversation

hieupham007
Copy link
Contributor

Testing steps in JIRA

@@ -35,7 +40,7 @@ public static int parseColor(String value) {
int color = Color.TRANSPARENT;
if (value != null) {
String lowval = value.trim().toLowerCase();

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary white spaces.

@pingwang2011
Copy link
Contributor

Code reviewed and functionally tested. Accepted

pingwang2011 added a commit that referenced this pull request Aug 14, 2013
timob-14720: Fix android missing alpha colors
@pingwang2011 pingwang2011 merged commit 11c69bc into tidev:master Aug 14, 2013
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

Successfully merging this pull request may close these issues.

None yet

2 participants