Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

Change hint text size on LabelledSpinner #38

Open
ivukovic opened this issue Sep 13, 2016 · 2 comments
Open

Change hint text size on LabelledSpinner #38

ivukovic opened this issue Sep 13, 2016 · 2 comments

Comments

@ivukovic
Copy link

No description provided.

@farbodsz
Copy link
Owner

@ivukovic I agree with you here that it's a much needed addition.

I'll try to add it soon, however I am very busy at the moment so I'm not sure how long it will take.

Thanks for noting this down as an issue.

@TAHATOHABT
Copy link

TAHATOHABT commented Oct 16, 2017

Hello.
Is there a change in the size of the hint now?

Update:
Found a solution for myself:
LabelledSpinner spinner = (LabelledSpinner) findViewById(R.id.spinner);
TextView textView = (TextView) spinner.getChildAt(0);
textView.setTextSize(getResources().getDimension(R.dimen.hint_size_spinner));

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants