Good morning:
I've been doing tests measures to get the values I needed. ever put width and height values of 110 in the properties panel:
android: layout_width = "110dp"
android: layout_height = "110dp"
These values when edited from Abstract Designer, I did more than one cell. On a mobile of resolution 1080 x 1920, when he passed 80, creating two cells.
These tests were you doing on the phone with 1080 x 1920 resolution, to copy the widget to another phone with 480x800 resolution, the text was cut off.
Adding to the panel, the property:
android: ResizeMode = "vertical"
In this way the mobile of 480x800, you see the full widget, but takes more cells.
I think it would be interesting to find a way to make a call to these properties from code and not have to edit the xml file. Something similar to a library RunMethod the reflector, as proposed thedesolatesoul.
regards
Jesus