chithrabhanupakaravoor / opensudoku-android

Automatically exported from code.google.com/p/opensudoku-android
0 stars 0 forks source link

different number size on entry buttons #105

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The onscreen buttons for entering numbers currently contain 2 numbers, like so 
5 (4), where 5 is the key and 4 the number of 5s currently placed on the board. 
Because both numbers are the same size and weight, at quick glance it can be 
easy to confuse the purpose of each button. For instance, I mean to enter 4, 
and I see 5 (4) and hit it, which is actually the button for 5.

To fix this, the key number should be larger, and in bold, while the ( ) number 
should be lighter, similar to the numbers for the pencilmarkings. 

Original issue reported on code.google.com by curtis.r...@gmail.com on 21 Jun 2010 at 7:04