D Deleted member 103 Guest May 29, 2016 #1 Hi, I thought I make a simple clock widget, but so simple it does not seem to be. In vertical alignment looks good, but in the horizontal alignment no longer (the upper edge is cut off). It can not be so complicated, or is it? Attachments HomeWidget.zip 8.4 KB · Views: 286 widget_landscape.png 32.5 KB · Views: 266 widget_portrait.png 31.4 KB · Views: 253
Hi, I thought I make a simple clock widget, but so simple it does not seem to be. In vertical alignment looks good, but in the horizontal alignment no longer (the upper edge is cut off). It can not be so complicated, or is it?
Erel B4X founder Staff member Licensed User Longtime User May 29, 2016 #2 It is not so simple as the cells size is not known. It will look better if you make the height shorter. Another option is to implement the XML layout file yourself. Edit the generated XML file and make it read-only. Upvote 0
It is not so simple as the cells size is not known. It will look better if you make the height shorter. Another option is to implement the XML layout file yourself. Edit the generated XML file and make it read-only.