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

Message display and Translation issue #1

Closed
matll42 opened this issue Aug 28, 2012 · 3 comments
Closed

Message display and Translation issue #1

matll42 opened this issue Aug 28, 2012 · 3 comments

Comments

@matll42
Copy link

matll42 commented Aug 28, 2012

Hi,

First of all, thanks for your great jobs.

It's works great as an Android project.
But, I have a problem when I want to use it as a library. Form displays error bubbles (at the right place) but there is no text in bubbles.
I try with preset validator (NotEmptyValidator) with en-US, en-GB but still no message.

There is a screenshot of my app : http://goo.gl/Vu0fj

I put your string ressources in my main project but always the same problem.

Did you ever got this issue ? and managed it ?

@throrin19
Copy link
Owner

Hi,
this bug is juste an android theme bug with the White theme (in
Holo.White, i've not this problem). If you pass your App theme to
default theme or black, you see the message.
In Android <=2.3 in white theme, the bubble background and the bubble
text is white.

Le 28/08/2012 14:29, matll42 a écrit :

Hi,

First of all, thanks for your great jobs.

It's works great as an Android project.
But, I have a problem when I want to use it as a library. Form
displays error bubbles (at the right place) but there is no text in
bubbles.
I try with preset validator (NotEmptyValidator) with en-US, en-GB but
still no message.

There is a screenshot of my app : http://goo.gl/Vu0fj

I put your string ressources in my main project but always the same
problem.

Did you ever got this issue ? and managed it ?


Reply to this email directly or view it on GitHub
#1.

@matll42
Copy link
Author

matll42 commented Aug 28, 2012

indeed, when I removed
parent="android:Theme.Light"
from the styles.xml generated by Eclipse, it works great, translations too.

Thanks.

@matll42 matll42 closed this as completed Aug 28, 2012
@throrin19
Copy link
Owner

in future, i search style fix for this "bug"

thanks for your help ;-)

Le 28/08/2012 16:19, matll42 a écrit :

indeed, when I removed
parent="android:Theme.Holo.Light"
from the styles.xml generated by Eclipse, it works great, translations
too.

Thanks.


Reply to this email directly or view it on GitHub
#1 (comment).

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