breber / cardgames

Repository for continuation of CS309 Project
https://play.google.com/store/apps/details?id=com.worthwhilegames.cardgames
3 stars 1 forks source link

Fix the issue with long device name/ip address #5

Closed breber closed 12 years ago

breber commented 12 years ago

When the device name/IP address is too long, the yellow rectangle background extends and overlaps the player 3 device on the connection screen.

We should try and figure out how to fix this. A couple possible solutions inclue having the font size decrease until it fits (Android OS may be able to do this automatically based on the width of the box), or just wrapping the text (which could lead to the same problem, just overlapping player 4's device instead of player 3's).