Can any one please tell me what should be the buttons Resolution for google tv app, that should look not too small on google tv screen. I need exact resolution ?
Thanks
Can any one please tell me what should be the buttons Resolution for google tv app, that should look not too small on google tv screen. I need exact resolution ?
Thanks
If you want a huge button use 300dp by 150dp
Your question is very ambiguous and hard to answer because you have not provided any real context. Consider rewording with more detail.
Google TV has a resolution of 960x540 DP.
If you are asking about pixel resolution then there are two modes you need to consider. 720p results in 1280x720 pixels but you will need to account for over scan (usually 5%) 1080p results in 1920x1080 pixels (again you will need to account for over scan)
You may want to look at this post: http://code.neenbedankt.com/dpi-hell
Google TV runs in XHDPI mode. (A density of 2.0). Standard buttons are 48dp. So 96 pixels would be correct. Buttons look very reasonable at 48dp/96px.
That covers 1080p. Everything gets rescaled in 720p. Google does not seem to recommend generating TVDPI bitmaps. You just lay it out at 1080p, and let Google TV downscale if it's running 720p. Layout appears identical. Bitmaps suffer some damage, but it's not terrible. I haven't done any 720p bitmaps.