Usama Saeed

Results 14 comments of Usama Saeed

facing same issue, kindly fix this.

implement listener to your activity/fragment : MaterialSearchBar.OnSearchActionListener set the listener : searchBar.setOnSearchActionListener(this); this will be called when user clicks on search button on keyboard. ``` @Override public void onSearchConfirmed(CharSequence text)...

bottomBar.itemActiveIndex = position worked for me, thanks.

you found any workaround ? i want to place icons on top and text at bottom.

anyone found any workaround to support latest requirements.

> Is it actually a problem? Since ... > > `List mySubscriptions = MyBillingProcessor.listOwnedSubscriptions(); for (String subscription : mySubscriptions ) { if (subscription .equals("MySubscription")) { .... } }` > >...

thanks to @dzungpv i was able to update my library to 3.0.1, still testing, will comment after testing.

current app:customLayout in the custom layout set the font size. custom layout example: