etion within the editor for
> attributes under the android namespace.
> How can I have the same support for my custom attribute?.
>
>
> -Original Message-
> From: monodroid-boun...@lists.ximian.com
> [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor
&
: [mono-android] Custom attribute
On Sep 22, 2011, at 6:42 PM, El-Sayed Mohamed wrote:
> How to set custom attribute from axml?
You should be able to use the IAttributeSet methods; untested...
> //Code snippet is below
>
> public class CustomView : ViewGroup
> {
>
On Sep 22, 2011, at 6:42 PM, El-Sayed Mohamed wrote:
> How to set custom attribute from axml?
You should be able to use the IAttributeSet methods; untested...
> //Code snippet is below
>
> public class CustomView : ViewGroup
> {
> public string DisplayText
> {
>
Hi,
How to set custom attribute from axml?
//Code snippet is below
public class CustomView : ViewGroup
{
public string DisplayText
{
get;
set;
}
public CustomView(Context context, IAttributeSet attrs) :
b