MonoDroid.Dialog
MonoDroid.Dialog copied to clipboard
Tools to simplify creating dialogs for MonoDroid
Added loading panel element Fixed issue with root element not expanding, if you have RadioElements inside Added background, padding for sections Hide section, if there is no text Added loading...
Running the DialogSampleApp on an Acer Iconia B1 running Android 4.1.2 and the application itself built for either (tried both) Android 2.2 or Android 4.0.3. StringElement appears blank.  
The DialogSampleApp fails to compile with Xamarin Studio 4.3.2; /DialogSampleApp/Activity2.cs(6,6): Error CS0121: The call is ambiguous between the following methods or properties: `MonoDroid.Dialog.Section.Add(MonoDroid.Dialog.Element)' and`MonoDroid.Dialog.Section.Add(System.Collections.Generic.IEnumerable)' (CS0121) (DialogSampleApp)
Hi, If you add only one section with only one element, when attach the root to adapter you get following error : Shutting down VM FATAL EXCEPTION: main java.lang.ArrayIndexOutOfBoundsException: length=2;...
I noticed that the RadioElement fails to expand. Here are the steps to reproduce: Go into the same app for the MonoDroid.Dialog. Click the dialog button on top Scroll to...
Setting the Caption or Value properties of a Multi-Line Element, does not display anything. The Element allows you to type into it, but it is then rendered as black text...