material-ripple
material-ripple copied to clipboard
Android L Ripple effect wrapper for Views
Hello I am not sure but may be it is worth to mention that app:mrl_rippleRoundedCorners needs app:mrl_rippleOverlay="true"?
I use TabLayot for ViewPager. I create custom view tab with MaterialRippleLayout When you click on unselected tab the tab shows ripple effect but it does not select. It seems...
I Applied MRL on a LinearLayout. I want to disable/enable clicks on that view using `view.setClickable(boolean)`. but the MRL seems to ignore that. So is there any way to enable/disable...
I want to trigger ripple effect without onclick event. Who knows?
------------------------------------------------------------------------------- public View getGroupView(final int groupPosition, boolean isExpanded, View convertView, ViewGroup parent) { if (convertView == null) { convertView = mInflater.inflate(R.layout.category_item, null); } MaterialRippleLayout mRipple = (MaterialRippleLayout) convertView.findViewById(R.id.categoryripple); mRipple.setTag(true); mRipple.setTag(R.id.groupIndicator,...
If 2 View the inside of the LinearLayout then MaterialRipple Onclick and Effects Working. BUT!!! If they are inside ConstraintLayout. everything breaks down. OnClick Only parent works PLS Fix. I...
Hi, I have custom list adapter of list view the root view of each row is "MaterialRippleLayout" and it has some child views. There I set some click listener of...
I applied the example in the demo. It works smoothly. although the width of the list items is match_parent, the Ripple width value is wrap_content. How do I fix this?
As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.
I have a button and when I clicked it goes to another activity. I entered the time value in this button for example app: I used mrl_rippleDuration. But it doesn't...