Open GoogleCodeExporter opened 9 years ago
Please wait until the #10 issue (custom view for wheel items) will implemented.
You will have an ability to set the text size for wheel.
Also it will be possible to set the width for each wheel.
So you can set necessary wheel width (depending on wheel amount and the OK
button size) and calculate text size.
Original comment by yuri.kan...@gmail.com
on 16 Jan 2011 at 8:18
The only problem I see with limiting the text size to a custom view is not
being able to have that flexibility to change the size in the widget. I am
working on a project where I am trying to build one app that can work on both a
phone, and tablet. They have separate layouts, but since they share the same
id's, using a custom view limits me to adjusting the size for the phone, while
the tablet one is not really scaled right. This would also be the case with
font styles as well. This might fix the above persons issue as well.
Original comment by llcod...@gmail.com
on 8 Jun 2011 at 1:44
The solution is to use different layouts for custom views depending on display
parameters, or different styles.
A one more solution is to implement custom adapter that calculates text size
according to display resolution and density.
Original comment by yuri.kan...@gmail.com
on 8 Jun 2011 at 7:00
I am already using custom adapters right now, but I will have to look into
adjusting based on density or display res.
Are those attributes factored in to the current adapter?
Original comment by llcod...@gmail.com
on 8 Jun 2011 at 7:05
No, there are used simple adapters just to demonstrate the wheel functionality.
Original comment by yuri.kan...@gmail.com
on 8 Jun 2011 at 7:16
Original issue reported on code.google.com by
maca...@gmail.com
on 26 Dec 2010 at 3:23Attachments: