Michael Stuart
Michael Stuart
Hi Dmitry, In our app, we frequently use bootstrap panels for app sections in a page. These sections could be expanded when the page loads (or sometimes not), and the...
The overload of InsertSubView that had the "position" parameter was not using the parameter at all, but was sending a hard-coded value of -1.
I was browsing the code, and noticed that the getTotalMeasuredHeight in LinearLayout uses Padding.TotalWidth, and getTotalMeasuredWidth uses Padding.TotalHeight. I don't have time to dig in or write a test case,...
I have a layout with two sub LinearLayouts. The first is set to ScreenRatio of 0.4f, the second with 0.6f (40%/60% split). For the second one, I need it to...