xiaofans / android-wheel

Automatically exported from code.google.com/p/android-wheel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enhancement request: allow setting of the text size

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. built a month(3 characters)/day/year/hour/minute date picker and the text 
got messed up on the month and year 
2. changed WheelView.TEXT_SIZE (14) rebuilt and things were better
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by txt...@gmail.com on 17 Dec 2010 at 6:55

Should be fixed in scope of #10 issue.

Original comment by yuri.kan...@gmail.com on 25 Dec 2010 at 7:20

how about setting textSize in the xml? 

Original comment by Qixing...@gmail.com on 28 Dec 2010 at 2:37

There will be used adapters like ListView ones, so you can specify any settings 
in xml for your items like text color and size.

Original comment by yuri.kan...@gmail.com on 17 Jan 2011 at 6:19

Should be fixed with new adapters

Original comment by yuri.kan...@gmail.com on 6 Mar 2011 at 7:12

  • Changed state: Fixed
I know you indicated that this was fixed, but I am having an issue. I have an 
array of Strings in the strings.xml file and I have the Wheel widget in my 
layout. When trying to use the android:textSize command, it does not actually 
change the text size. Am I missing something. Some of these strings in the 
array are quite long and I want to adjust the size so if fits to a phone screen 
properly. I have the updated version also.

Original comment by llcod...@gmail.com on 23 May 2011 at 9:09