Hi Everyone
As I enter text in an EditText View, the top of the text is truncated. This ocures while running the program on a Samsung GT-S7500T. If I run the same program on my Nexus 7, everything is fine, the text appears correctly in the center of the EditView. Now, I know that the requirements to scale text for different devices are different than that for views. (buttons, panels, ect) In the example uploaded, I would have thought I could use a Text Size of, say 14 or 16 and have the text display properly in the EditText. I found I had to reduce the size to 10 to have all the text visible but even then, the text shows a bias towards to top of the EditText. Even remming out the EditText.TextSize produces the truncation. What am I doing wrong?
This example simulates the way the EditText will used it the project.
As I enter text in an EditText View, the top of the text is truncated. This ocures while running the program on a Samsung GT-S7500T. If I run the same program on my Nexus 7, everything is fine, the text appears correctly in the center of the EditView. Now, I know that the requirements to scale text for different devices are different than that for views. (buttons, panels, ect) In the example uploaded, I would have thought I could use a Text Size of, say 14 or 16 and have the text display properly in the EditText. I found I had to reduce the size to 10 to have all the text visible but even then, the text shows a bias towards to top of the EditText. Even remming out the EditText.TextSize produces the truncation. What am I doing wrong?
This example simulates the way the EditText will used it the project.