Exemple #1
0
        private void Initialize(string text, string helpText)
        {
            LayoutInflater inflater = (LayoutInflater)Context.GetSystemService(Context.LayoutInflaterService);
            inflater.Inflate(Resource.Layout.text_with_help, this);

            _kp2AShortHelpView = ((Kp2aShortHelpView)FindViewById(Resource.Id.help));
            _kp2AShortHelpView.HelpText = helpText;

            ((TextView)FindViewById(Resource.Id.text)).Text = text;
        }
Exemple #2
0
        private void Initialize(string text, string helpText)
        {
            LayoutInflater inflater = (LayoutInflater)Context.GetSystemService(Context.LayoutInflaterService);

            inflater.Inflate(Resource.Layout.text_with_help, this);

            _kp2AShortHelpView          = ((Kp2aShortHelpView)FindViewById(Resource.Id.help));
            _kp2AShortHelpView.HelpText = helpText;

            ((TextView)FindViewById(Resource.Id.text)).Text = text;
        }