akshay-shah

Results 3 issues of akshay-shah

I cant find any method to setCount.

i add fab buttons like this floatingMenuSort.setVisibility(View.VISIBLE); for (int i = 0; i < sort_options_title.size(); i++) { FloatingActionButton fab = new FloatingActionButton(CategoryListActivity.this); fab.setButtonSize(FloatingActionButton.SIZE_MINI); fab.setLabelText(sort_options_title.get(i)); fab.setColorNormal(Color.parseColor("#00aeef")); fab.setColorPressed(Color.parseColor("#00aeef")); fab.setColorRipple(Color.parseColor("#00aeef")); fab.setTag(sort_option_value.get(i)); fab.setOnClickListener(CategoryListActivity.this); switch...

Is there any way by which we can port this to Android