agwells / dotdash-keyboard-android

The world's most popular open source Morse code keyboard for Android! (probably)
GNU General Public License v3.0
32 stars 4 forks source link

Make cheat sheet dialog same size for alphabet and punctuation #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When you toggle between the alphabet screen and the punctuation screen, there's 
this awkward flicker as the dialog changes size. I need to figure out how to 
make it remain the same size when the content changes.

Original issue reported on code.google.com by aaronwells on 7 Apr 2012 at 11:09

GoogleCodeExporter commented 9 years ago
Resolved by making the punctation cheat sheet a subclass of TableLayout, and 
overriding onMeasure to set it to be the same size as the alphabet cheat sheet.

Original comment by aaronwells on 8 Apr 2012 at 12:50

GoogleCodeExporter commented 9 years ago

Original comment by aaronwells on 8 Apr 2012 at 8:03