Revision be2ec474
ID | be2ec474930e21f3910b329b325e9e2d7684a0e8 |
Parent | 86986225 |
Child | 6b1d7571 |
font resize problem (closes #13)
On the Nexus 7 virtual device, the menu choices to make the font smaller
instead made the font larger. While debugging and stepping through the code I
saw that the text size returned on line 109 of NoteEdit.java increased over
successive selections of the "Smaller" menu option - the opposite of what it
should have done, but that explained the visual change that I was seeing on
screen.
I found that this behavior was fixed with a change to the setTextSize() call
on line 111 to explicitly set the unit of change.
Files
- added
- modified
- copied
- renamed
- deleted