private void Load()
        {
            AsyncLayoutInflater inflater = new AsyncLayoutInflater(Context);

            AsyncHolderInflater = new HeavyLayoutAsyncInflater();
            inflater.Inflate(Resource.Layout.Post_Content_Image_Layout, this, AsyncHolderInflater);
        }
예제 #2
0
        public void Load()
        {
            AsyncLayoutInflater inflater = new AsyncLayoutInflater(Context);

            inflater.Inflate(Resource.Layout.Post_TopSection_Layout, this, new HeavyLayoutAsyncInflater(PostTopSectionViewHolder));
        }