Пример #1
0
        public void Include(CheckedTextView text)

        {
            text.TextChanged += (sender, args) => text.Text = "" + text.Text;

            text.Hint = "" + text.Hint;
        }
Пример #2
0
        public override View GetView(int position, View convertView, ViewGroup parent)
        {
            CheckedTextView _CheckedView;

            if (convertView == null)
            {
                _CheckedView = new CheckedTextView(_Context);
            }
            else
            {
                _CheckedView = (CheckedTextView)convertView;
            }

            // get screen dimensions
            if (_Checked == position)
            {
                _CheckedView.SetTextColor(Color.ParseColor("#1a397a"));
            }
            else
            {
                _CheckedView.SetTextColor(Color.ParseColor("#FFFFFF"));
            }

            _CheckedView.SetText(_Items[position].ToString(), TextView.BufferType.Normal);

            return(_CheckedView);
        }
Пример #3
0
        public override View GetView(int position, View convertView, ViewGroup parent)
        {
            try
            {
                View view = convertView;
                if (view == null)
                {
                    LayoutInflater inflater = (LayoutInflater)context.GetSystemService(Context.LayoutInflaterService);
                    view = inflater.Inflate(Resource.Layout.Room, null);
                }
                IRoom item = this.GetItem(position);
                if (item != null)
                {
                    CheckedTextView itemView = (CheckedTextView)view.FindViewById(Resource.Id.room);
                    if (itemView != null)
                    {
                        itemView.Text = String.Format("{0}", item.Name);
                    }
                }

                return(view);
            }
            catch (Exception e)
            {
                UserLog.WriteLine("GetView::Exception -> " + e);
                return(null);
            }
        }
        public void OnItemClick(AdapterView parent, View view, int position, long id)
        {
            CheckedTextView ctv = (CheckedTextView)view;

            ctv.Checked = !ctv.Checked;
            dControl.setDeviceActive(dControl.getDevices()[position].id, ctv.Checked);
        }
Пример #5
0
        public override View GetView(int position, View convertView, ViewGroup parent)
        {
            View view = base.GetView(position, convertView, parent);

            CheckedTextView checkedTextView = (CheckedTextView)view.FindViewById(global::Android.Resource.Id.Text1);

            checkedTextView.SetTextColor(new Color((int)long.Parse(entries[position].ToString(), NumberStyles.HexNumber)));

            return(view);
        }
 public void Mark(bool mark)
 {
     if (mark)
     {
         CheckedTextView.SetBackgroundColor(new Android.Graphics.Color(UIHelper.ResolveColorAttr(ItemView.Context, Android.Resource.Attribute.ColorControlHighlight)));
     }
     else
     {
         CheckedTextView.SetBackgroundColor(Android.Graphics.Color.Transparent);
     }
 }
        public override View GetView(int position, View convertView, ViewGroup parent)
        {
            // this is pretty inefficient but it works for now, creates a new view every time
            var view             = _context.LayoutInflater.Inflate(Resource.Layout.NamespaceOption, parent, false) as LinearLayout;
            var currentNamespace = _namespaces.ElementAt(position);

            CheckedTextView option = view.FindViewById <CheckedTextView>(Resource.Id.NamespaceOption);

            option.Text    = currentNamespace;
            option.Checked = CurrentNamespaces.Contains(currentNamespace);

            return(view);
        }
        public void Bind(ExpandableRVItem <DataModel> data)
        {
            if (_expandedPadding >= 0 && _defaultPadding >= 0)
            {
                CheckedTextView.SetPadding(data.Level * _expandedPadding + _defaultPadding, _defaultPadding, _defaultPadding, _defaultPadding);
            }

            CheckedTextView.Text    = data.Object.Name;
            CheckedTextView.Checked = data.IsChecked;

            CheckedTextView.SetCompoundDrawablesRelativeWithIntrinsicBounds(
                CheckedTextView.GetCompoundDrawablesRelative()[0],
                null,
                ContextCompat.GetDrawable(CheckedTextView.Context, data.IsExpanded ? Resource.Drawable.ic_keyboard_arrow_up : Resource.Drawable.ic_keyboard_arrow_down),
                null);
        }
Пример #9
0
        void pListView_ItemClick(object sender, AdapterView.ItemClickEventArgs e)
        {
            CheckedTextView chek = FindViewById <CheckedTextView>(Resource.Id.checkedTextView1);



            bool isChecked = chek.Checked;

            if (isChecked == true)
            {
                isChecked = false;
            }
            else
            {
                isChecked = true;
            }
        }
Пример #10
0
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            _checkedTextView = (CheckedTextView)FindViewById(Resource.Id.checkedTextView);
            _mainLayout      = (LinearLayout)FindViewById(Resource.Id.main_content);
            var button = (Button)FindViewById(Resource.Id.btnSearch);

            button.Click += btnSearch_Click;

            _actv = (AutoCompleteTextView)FindViewById(Resource.Id.autocomplete_search);

            _actv.Threshold = 1;

            var disp  = WindowManager.DefaultDisplay;
            var widht = disp.Width;

            _actv.DropDownWidth = widht;
            var searchImage = GetDrawable(Resource.Drawable.search);

            searchImage.SetBounds(0, 0, 75, 75);
            _actv.SetCompoundDrawables(searchImage, null, null, null);

            _actv.ItemClick += actv_ItemClick;

            _searchAdapter = new SearchAdapter(this);
            var autoCompleteItems = new[] { "Light rum", "Applejack", "Gin", "Dark rum", "Sweet Vermouth", "Strawberry schnapps", "Scotch", "Apricot brandy", "Triple sec", "Southern Comfort", "Orange bitters", "Brandy", "Lemon vodka", "Blended whiskey", "Dry Vermouth", "Amaretto", "Tea", "Creme de Cacao", "Apple brandy", "Dubonnet Blanc", "Apple schnapps", "Añejo rum", "Champagne", "Coffee liqueur", "Rum", "Cachaca", "Sugar", "Blackberry brandy", "Calvados", "Ice", "Lemon", "Coffee brandy", "Bourbon", "Irish whiskey", "Vodka", "Tequila", "Bitters", "Lime juice", "Egg", "Mint", "Sherry", "Cherry brandy", "Canadian whisky", "Kahlua", "Yellow Chartreuse", "Cognac", "demerara Sugar", "Sake", "Dubonnet Rouge", "Anis", "White Creme de Menthe", "Gold tequila", "Sweet and sour", "Salt", "Galliano", "Green Creme de Menthe", "Kummel", "Anisette", "Carbonated water", "Lemon peel", "White wine", "Sloe gin", "Melon liqueur", "Swedish Punsch", "Peach brandy", "Passion fruit juice", "Peppermint schnapps", "Creme de Noyaux", "Grenadine", "Port", "Red wine", "Rye whiskey", "Grapefruit juice", "Ricard", "Banana liqueur", "Vanilla ice-cream", "Whiskey", "Creme de Banane", "Lime juice cordial", "Strawberry liqueur", "Sambuca", "Peach schnapps", "Apple juice", "Berries", "Blueberries", "Orange juice", "Pineapple juice", "Cranberries", "Brown sugar", "Milk", "Egg yolk", "Lemon juice", "Soda water", "Coconut liqueur", "Cream", "Pineapple", "Sugar syrup", "Ginger ale", "Worcestershire sauce", "Ginger", "Strawberries", "Chocolate syrup", "Yoghurt", "Grape juice", "Orange", "Apple cider", "Banana", "Mango", "Soy milk", "Lime", "Cantaloupe", "Grapes", "Kiwi", "Tomato juice", "Cocoa powder", "Chocolate", "Heavy cream", "Peach Vodka", "Ouzo", "Coffee", "Spiced rum", "Water", "Espresso", "Angelica root", "Condensed milk", "Honey", "Whipping cream", "Half-and-half", "Bread", "Plums", "Johnnie Walker", "Vanilla", "Apple", "Orange rum", "Everclear", "Kool-Aid", "Lemonade", "Cranberry juice", "Eggnog", "Carbonated soft drink", "Cloves", "Raisins", "Almond", "Beer", "Pink lemonade", "Sherbet", "Peach nectar", "Firewater", "Absolut Citron", "Malibu rum", "Midori melon liqueur", "151 proof rum", "Bacardi Limon", "Bailey's irish cream", "Lager", "Orange vodka", "Blue Curacao", "Absolut Vodka", "Jägermeister", "Jack Daniels", "Drambuie", "Whisky", "White rum", "Pisco", "Irish cream", "Yukon Jack", "Goldschlager", "Butterscotch schnapps", "Grand Marnier", "Peachtree schnapps", "Absolut Kurant", "Ale", "Chambord raspberry liqueur", "Tia maria", "Chocolate liqueur", "Frangelico", "Barenjager", "Hpnotiq", "Coca-Cola", "Tuaca", "Tang", "Tropicana", "Grain alcohol", "Schnapps", "Cider", "Aftershock", "Sprite", "Rumple Minze", "Key Largo schnapps", "Pisang Ambon", "Pernod", "7-Up", "Limeade", "Gold rum", "Wild Turkey", "Cointreau", "Lime vodka", "Maraschino cherry juice", "Creme de Cassis", "Zima", "Crown Royal", "Cardamom", "Orange Curacao", "Tabasco sauce", "Peach liqueur", "Curacao", "Cherry Heering", "Fruit punch", "Vermouth", "Cherry juice", "Cinnamon schnapps", "Orange peel", "Advocaat", "Clamato juice", "Sour mix", "Apfelkorn", "Green Chartreuse", "Root beer schnapps", "Coconut rum", "Raspberry schnapps", "Black Sambuca", "Vanilla vodka", "Root beer", "Absolut Peppar", "Vanilla schnapps", "Orange liqueur", "Kiwi liqueur", "Hot chocolate", "Jello", "Mountain Dew", "Blueberry schnapps", "Maui", "Tennessee whiskey", "White chocolate liqueur", "Cream of coconut", "Citrus vodka", "Fruit juice", "Cranberry vodka", "Campari", "Corona", "Chocolate ice-cream", "Jim Beam", "Aquavit", "Hawaiian Punch", "Blackberry schnapps", "Chocolate milk", "Watermelon schnapps", "Beef bouillon", "Dr. Pepper", "Iced tea", "Hot Damn", "Club soda", "Benedictine", "Dark Creme de Cacao", "Black rum", "Cherry Cola", "Absinthe", "Angostura bitters", "Tequila Rose", "Guinness stout", "Orange soda", "Wildberry schnapps", "Lemon-lime soda", "Godiva liqueur", "Baileys irish cream", "Schweppes Russchian", "Melon vodka", "Sour Apple Pucker", "Raspberry vodka", "coconut milk", "Ginger beer", "Light cream", "Powdered sugar", "Wine", "Maraschino liqueur", "Kirschwasser", "Passion fruit syrup", "Tonic water", "Maraschino cherry", "Tawny port", "Orgeat syrup", "Raspberry syrup", "White port", "Madeira", "Maple syrup", "Forbidden Fruit", "Egg white", "Carrot", "Blackberries", "Butter", "Bitter lemon", "Mint syrup", "Almond flavoring", "Allspice", "Papaya", "Fruit", "Cinnamon", "Coriander", "Wormwood", "Vanilla extract", "Corn syrup", "Coconut syrup", "Banana rum", "Ice-cream", "White grape juice", "Cherry liqueur", "Pineapple-orange-banana juice", "Raspberry cordial", "Lemon soda", "Celery salt", "Erin Cream", "Crystal light", "Margarita mix", "Fanta", "Blackcurrant cordial", "Sarsaparilla", "Cynar", "Purple passion", "Pineapple vodka", "Pina colada mix", "Surge", "", "Peychaud bitters", "Candy", "Strawberry juice", "Raspberry jam", "Grape soda", "Cranberry liqueur", "Nutmeg", "Cherries", "Peach juice", "Passoa", "Mezcal", "Cola", "Lime liqueur", "Mandarine Napoleon", "Hazelnut liqueur", "Pepsi Cola", "Sunny delight", "Raspberry liqueur", "Soy sauce", "Guava juice", "Whipped cream", "Olive", "Cherry", "Cocktail onion", "Papaya juice", "Cayenne pepper", "Clove", "Cumin seed", "Aperol", "Cornstarch", "Anise", "Apricot", "Yeast", "Daiquiri mix", "Cucumber", "Blackcurrant squash", "Hoopers Hooch", "Nuts", "Strawberry syrup", "Schweppes Lemon", "Food coloring", "Agave Syrup", "Black pepper", "Vanilla syrup", "Gatorade", "Orange spiral", "Lillet", "Peach", "Lime peel", "Asafoetida", "Sirup of roses", "Fennel seeds", "Licorice root", "Peppermint extract", "Glycerine", "Pineapple rum", "Squirt", "Celery", "Apricot nectar", "Blackcurrant schnapps", "Vanilla liqueur", "Banana syrup", "Raspberry juice", "Coconut cream", "Cream soda", "squeezed orange" };

            _searchAdapter.OriginalItems = autoCompleteItems.Select(s => new SearchAdapter.SearchItem()
            {
                Text = s
            }).ToArray();
            _actv.Adapter = _searchAdapter;

            // Register this as a listener with the underlying service.
            var sensorManager = GetSystemService(SensorService) as Android.Hardware.SensorManager;
            var sensor        = sensorManager.GetDefaultSensor(Android.Hardware.SensorType.Accelerometer);

            sensorManager.RegisterListener(this, sensor, Android.Hardware.SensorDelay.Game);
        }
Пример #11
0
        private View BuildView(LayoutInflater inflater)
        {
            View      view = inflater.Inflate(Resource.Layout.track_selection_dialog, null);
            ViewGroup root = (ViewGroup)view.FindViewById(Resource.Id.root);

            // View for disabling the renderer.
            _disableView = (CheckedTextView)inflater.Inflate(
                Android.Resource.Layout.SimpleListItemSingleChoice, root, false);
            _disableView.SetText(Resource.String.selection_disabled);
            _disableView.Focusable = true;
            _disableView.SetOnClickListener(this);
            root.AddView(_disableView);

            // View for clearing the override to allow the selector to use its default selection logic.
            _defaultView = (CheckedTextView)inflater.Inflate(
                Android.Resource.Layout.SimpleListItemSingleChoice, root, false);
            _defaultView.SetText(Resource.String.selection_default);
            _defaultView.Focusable = true;
            _defaultView.SetOnClickListener(this);
            root.AddView(inflater.Inflate(Resource.Layout.list_divider, root, false));
            root.AddView(_defaultView);

            // Per-track views.
            bool haveSupportedTracks = false;
            bool haveAdaptiveTracks  = false;

            _trackViews = new CheckedTextView[_trackGroups.Length][];
            for (int groupIndex = 0; groupIndex < _trackGroups.Length; groupIndex++)
            {
                TrackGroup group           = _trackGroups.Get(groupIndex);
                bool       groupIsAdaptive = _trackGroupsAdaptive[groupIndex];
                haveAdaptiveTracks     |= groupIsAdaptive;
                _trackViews[groupIndex] = new CheckedTextView[group.Length];
                for (int trackIndex = 0; trackIndex < group.Length; trackIndex++)
                {
                    if (trackIndex == 0)
                    {
                        root.AddView(inflater.Inflate(Resource.Layout.list_divider, root, false));
                    }
                    int trackViewLayoutId = groupIsAdaptive ? Android.Resource.Layout.SimpleListItemMultipleChoice
                                                : Android.Resource.Layout.SimpleListItemSingleChoice;
                    CheckedTextView trackView = (CheckedTextView)inflater.Inflate(
                        trackViewLayoutId, root, false);
                    string txt = BuildTrackName(group.GetFormat(trackIndex));
                    trackView.SetText(txt, TextView.BufferType.Normal);
                    if (_trackInfo.GetTrackFormatSupport(_rendererIndex, groupIndex, trackIndex)
                        == RendererCapabilities.FormatHandled)
                    {
                        trackView.Focusable = true;
                        trackView.Tag       = Pair.Create(groupIndex, trackIndex);
                        trackView.SetOnClickListener(this);
                        haveSupportedTracks = true;
                    }
                    else
                    {
                        trackView.Focusable = false;
                        trackView.Enabled   = false;
                    }
                    _trackViews[groupIndex][trackIndex] = trackView;
                    root.AddView(trackView);
                }
            }

            if (!haveSupportedTracks)
            {
                // Indicate that the default selection will be nothing.
                _defaultView.Text = Application.Context.GetString(Resource.String.selection_default_none);
            }
            else if (haveAdaptiveTracks)
            {
                // View for using random adaptation.
                _enableRandomAdaptationView = (CheckedTextView)inflater.Inflate(
                    Android.Resource.Layout.SimpleListItemMultipleChoice, root, false);
                _enableRandomAdaptationView.Text = Application.Context.GetString(Resource.String.enable_random_adaptation);
                _enableRandomAdaptationView.SetOnClickListener(this);
                root.AddView(inflater.Inflate(Resource.Layout.list_divider, root, false));
                root.AddView(_enableRandomAdaptationView);
            }

            UpdateViews();
            return(view);
        }
Пример #12
0
		void HandleChartBarClicked (CheckedTextView chkTxt, EcoPublicApi.CounterEntry ce, int position)
		{
			if (lastChkPosition != -1) {
				var otherHolder = (GraphEntryHolder)recyclerView.FindViewHolderForAdapterPosition (lastChkPosition);
				if (otherHolder != null)
					otherHolder.ChartBar.Checked = false;
			}
			chkTxt.Checked = true;
			lastChkPosition = position;
			if (CounterSelected != null)
				CounterSelected (position, ce);
		}
Пример #13
0
 public void Include(CheckedTextView text)
 {
     text.AfterTextChanged += (sender, args) => text.Text = string.Empty + text.Text;
     text.TextChanged      += (sender, args) => text.Text = string.Empty + text.Text;
     text.Hint              = string.Empty + text.Hint;
 }
Пример #14
0
 public void Initialize(View view)
 {
     Datos = view.FindViewById(Resource.Id.text1) as CheckedTextView;
 }
        private View buildView(Context context)
        {
            var inflater = LayoutInflater.From(context);
            var view     = inflater.Inflate(Resource.Layout.track_selection_dialog, null);
            var root     = (ViewGroup)view.FindViewById(Resource.Id.root);

            TypedArray attributeArray = context.Theme.ObtainStyledAttributes(
                new int[] { global::Android.Resource.Attribute.SelectableItemBackground });
            var selectableItemBackgroundResourceId = attributeArray.GetResourceId(0, 0);

            attributeArray.Recycle();

            // View for disabling the renderer.
            disableView = (CheckedTextView)inflater.Inflate(
                global::Android.Resource.Layout.SimpleListItemSingleChoice, root, false);
            disableView.SetBackgroundResource(selectableItemBackgroundResourceId);
            disableView.SetText(Resource.String.selection_disabled);
            disableView.Focusable = true;
            disableView.SetOnClickListener(this);
            root.AddView(disableView);

            // View for clearing the override to allow the selector to use its default selection logic.
            defaultView = (CheckedTextView)inflater.Inflate(
                global::Android.Resource.Layout.SimpleListItemSingleChoice, root, false);
            defaultView.SetBackgroundResource(selectableItemBackgroundResourceId);
            defaultView.SetText(Resource.String.selection_default);
            defaultView.Focusable = true;
            defaultView.SetOnClickListener(this);
            root.AddView(inflater.Inflate(Resource.Layout.list_divider, root, false));
            root.AddView(defaultView);

            // Per-track views.
            var haveAdaptiveTracks = false;

            trackViews = new CheckedTextView[trackGroups.Length][];
            for (var groupIndex = 0; groupIndex < trackGroups.Length; groupIndex++)
            {
                var group           = trackGroups.Get(groupIndex);
                var groupIsAdaptive = trackGroupsAdaptive[groupIndex];
                haveAdaptiveTracks    |= groupIsAdaptive;
                trackViews[groupIndex] = new CheckedTextView[group.Length];
                for (var trackIndex = 0; trackIndex < group.Length; trackIndex++)
                {
                    if (trackIndex == 0)
                    {
                        root.AddView(inflater.Inflate(Resource.Layout.list_divider, root, false));
                    }
                    int trackViewLayoutId = groupIsAdaptive ? global::Android.Resource.Layout.SimpleListItemMultipleChoice
                                                : global::Android.Resource.Layout.SimpleListItemSingleChoice;
                    var trackView = (CheckedTextView)inflater.Inflate(
                        trackViewLayoutId, root, false);
                    trackView.SetBackgroundResource(selectableItemBackgroundResourceId);
                    trackView.Text = DemoUtil.BuildTrackName(group.GetFormat(trackIndex));
                    if (trackInfo.GetTrackFormatSupport(rendererIndex, groupIndex, trackIndex)
                        == RendererCapabilities.FormatHandled)
                    {
                        trackView.Focusable = true;
                        trackView.Tag       = Pair.Create(groupIndex, trackIndex);
                        trackView.SetOnClickListener(this);
                    }
                    else
                    {
                        trackView.Focusable = false;
                        trackView.Enabled   = false;
                    }
                    trackViews[groupIndex][trackIndex] = trackView;
                    root.AddView(trackView);
                }
            }

            if (haveAdaptiveTracks)
            {
                // View for using random adaptation.
                enableRandomAdaptationView = (CheckedTextView)inflater.Inflate(
                    global::Android.Resource.Layout.SimpleListItemMultipleChoice, root, false);
                enableRandomAdaptationView.SetBackgroundResource(selectableItemBackgroundResourceId);
                enableRandomAdaptationView.SetText(Resource.String.enable_random_adaptation);
                enableRandomAdaptationView.SetOnClickListener(this);
                root.AddView(inflater.Inflate(Resource.Layout.list_divider, root, false));
                root.AddView(enableRandomAdaptationView);
            }

            UpdateViews();
            return(view);
        }
        protected override void OnCreate(Bundle savedInstanceState)
        {
            base.OnCreate(savedInstanceState);
            SetContentView(Resource.Layout.checkstock_activity);

            SearchView search = FindViewById <SearchView>(Resource.Id.searchView1);

            Apple     = FindViewById <CheckedTextView>(Resource.Id.apple);
            Microsoft = FindViewById <CheckedTextView>(Resource.Id.microsoft);
            Google    = FindViewById <CheckedTextView>(Resource.Id.google);

            var btnGoBack = FindViewById <Button>(Resource.Id.gobackbutton);

            appleStatus     = Intent.GetStringExtra("Apple");
            microsoftStatus = Intent.GetStringExtra("Microsoft");
            GoogleStatus    = Intent.GetStringExtra("Google");



            if (appleStatus == "true")
            {
                Apple.Checked = true;
            }
            else
            {
                Apple.Checked = false;
            }

            if (microsoftStatus == "true")
            {
                Microsoft.Checked = true;
            }
            else
            {
                Microsoft.Checked = false;
            }

            if (GoogleStatus == "true")
            {
                Google.Checked = true;
            }
            else
            {
                Google.Checked = false;
            }

            Apple.Click += (o, e) =>
            {
                if (Apple.Checked == true)
                {
                    Apple.Checked = false;
                    appleStatus   = "false";
                }
                else
                {
                    Apple.Checked = true;
                    appleStatus   = "true";
                }
            };

            Microsoft.Click += (o, e) =>
            {
                if (Microsoft.Checked == true)
                {
                    Microsoft.Checked = false;
                    microsoftStatus   = "false";
                }
                else
                {
                    Microsoft.Checked = true;
                    microsoftStatus   = "true";
                }
            };

            Google.Click += (o, e) =>
            {
                if (Google.Checked == true)
                {
                    Google.Checked = false;
                    GoogleStatus   = "false";
                }
                else
                {
                    Google.Checked = true;
                    GoogleStatus   = "true";
                }
            };

            FindViewById <Button>(Resource.Id.gobackbutton).Click += (o, e) => {
                Intent nextActivity = new Intent(this, typeof(MainActivity));

                nextActivity.PutExtra("Apple", appleStatus);
                nextActivity.PutExtra("Microsoft", microsoftStatus);
                nextActivity.PutExtra("Google", GoogleStatus);
                StartActivity(nextActivity);
            };
        }
Пример #17
0
 public TagListItemHolder(View root) : base(root)
 {
     NameCheckedTextView = root.FindViewById <CheckedTextView> (Resource.Id.NameCheckedTextView).SetFont(Font.Roboto);
 }
 internal void SetRowPrinted(CheckedTextView view, int pos)
 {
     view.SetBackgroundColor(Color.ParseColor("#0A64A2"));
     view.SetTextColor(Color.White);
     view.Invalidate();
 }
Пример #19
0
 public void Include(CheckedTextView text)
 {
     text.TextChanged += (sender, args) => text.Text = "" + text.Text;
     text.Hint = "" + text.Hint;
 }
Пример #20
0
 private void FindViews()
 {
     creditCardImageView = FindViewById <ImageView>(Resource.Id.creditCardImageView);
     useBillingAddressCheckedTextView =
         FindViewById <CheckedTextView>(Resource.Id.useBillingAddressCheckedTextView);
 }