Rishabh Mahajan

Results 11 comments of Rishabh Mahajan

I had the same problem in an Android version 4.3 device

My problem is when I scroll through a list in the activity, the actionbar disappears and come backs upon touching at its position. I do not use action mode though.

This syntax without `[formGroup]` also works: ```html ```

Hello, I would like to share that I am no longer supporting this module since I don't have any active projects based on solr. Apologies for the inconvenience

Hey @mshick I have no running solr projects and so I won't be able to manage the library. If you want to continue this project forward, I can make you...

Hello @mshick, I have added you as a collaborator

Got that. Please give me sometime to create an appropriate test for it. Will update you over here

I faced the same problem I want to work more on this library for making it more of a library that can be easily extended for various purposes

you can use the `id` of the menu item to attach the tooltip. ``` ... ToolTip t = new ToolTip.Builder(getApplicationContext()) .anchor(findViewById(R.id.menu_id)) ... ```