v1k / palabras

0 stars 1 forks source link

Dictionary status TextView should have static width. #35

Open v1k opened 10 years ago

v1k commented 10 years ago

TextView with dictionary status is align right, and has wrap_content width, so when the content changed, width changed accordingly. The width of this view should equal the largest content.

v1k commented 10 years ago

I tried to set minEms = "3" attribute for OFF status, but it take maximum width of symbol, so it more than should be. If I set static width in dp, there are a lot of problems with devices, that has different screens dimension. I think there is one method to solve this problem: In depend of language, get the maximum width of TextView, set it as static and then set it to textView while creating.

EugeneChirikov commented 10 years ago

Lets have incomplete names if they are too long. I mean they should look disappearing/fading. I have seen something like this somewhere in KitKat Settings.