Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is the Button widget really this bad??

Is it not possible to center text in a button? This is the worst functionality I have seen yet. 

0 Kudos
1 REPLY 1
belltown
Roku Guru

Re: Is the Button widget really this bad??

Have you tried something like this:


<Button iconUri="" height="80" minWidth="200" maxWidth="200" showFocusFootprint="true">
 <Label text="PLAY" height="80" width="200" horizAlign="center" vertAlign="center" font="font:LargeSystemFont" />
</Button>
0 Kudos