Ashish Dhiman

Results 5 comments of Ashish Dhiman

``` termsSpinner.setSelectedIndex(1); // set selection to any non required index termsSpinner.getListView().performItemClick(termsSpinner.getListView().getChildAt(0), 0, termsSpinner.getListView().getAdapter().getItemId(0)); // 0 is the position we require to be clicked ```

What I did following @ecy5maa , initially i kept the width to 0. When I wanted to see header i called hideHeaderView(boolean) a custom method. ``` @Override public SectionViewHolder onCreateSectionViewHolder(ViewGroup...

It inherits the font family of the TextView on which you are implementing.

its working fine for me, in recyclerview ![image](https://user-images.githubusercontent.com/38856909/60752050-e03a0b80-9fdd-11e9-9e08-ce404e3b1051.png) ![image](https://user-images.githubusercontent.com/38856909/60752055-ecbe6400-9fdd-11e9-8f99-aa97f16434b6.png)

decorate method has a view param, can getting context from that view help ?