grantbow / activehabits

Android app for tracking clicks over time
http://www.activehabits.com
5 stars 1 forks source link

less than full width buttons #5

Open grantbow opened 13 years ago

grantbow commented 13 years ago

Right now all buttons are the width of the screen. This makes things very simple to implement but limits the number of usable buttons. Narrower buttons would allow more usable buttons on a screen but would require quite a bit of other work and some guessing what layout to use when. Low priority for the original use case but a useful addition later.

grantbow commented 12 years ago

Starting to use tablets, this makes things more complicated. Tablets are so wide that at least two columns would be preferable. A decision on how many columns on each screen will need to be made and the relationship to scrolling things.

grantbow commented 12 years ago

Working with this on my own tablet for the first time I can see the value. Perhaps giving the user a perference for how many columns would be an easy way out.