Ejemplo n.º 1
0
        void UpdateButtons( )
        {
            if (ButtonLayout != null)
            {
                // start by resetting it
                ButtonLayout.RemoveAllViews( );

                // now add each button
                //JHM: 4-13-15 - Google asks us not to add custom back buttons, since they are
                // completely redundant.
                //ButtonLayout.AddView( BackButton );

                ButtonLayout.AddView(ShareButton);

                ButtonLayout.AddView(CreateButton);
            }
        }