Пример #1
0
        protected override void OnCreate(Bundle savedInstanceState)
        {
            base.OnCreate(savedInstanceState);
            SetContentView(Resource.Layout.activity_styled_messages);

            messagesList = FindViewById <MessagesList>(Resource.Id.messagesList);
            InitAdapter();

            MessageInput input = FindViewById <MessageInput>(Resource.Id.input);

            input.SetInputListener(this);
            input.SetAttachmentsListener(this);
        }