From c91ed8288b5d3e7a995a7bd821aed0ff7a69bb91 Mon Sep 17 00:00:00 2001 From: Balys Valentukevicius Date: Mon, 16 Feb 2015 09:45:09 +0000 Subject: [PATCH] Prefix MaterialRippleLayout attributes #31 --- demo/src/main/res/layout/demo.xml | 10 ++++---- demo/src/main/res/layout/demo_list_item.xml | 8 +++---- .../materialripple/MaterialRippleLayout.java | 24 +++++++++---------- library/src/main/res/values/attributes.xml | 24 +++++++++---------- 4 files changed, 33 insertions(+), 33 deletions(-) diff --git a/demo/src/main/res/layout/demo.xml b/demo/src/main/res/layout/demo.xml index 28023cc..02dd1d9 100644 --- a/demo/src/main/res/layout/demo.xml +++ b/demo/src/main/res/layout/demo.xml @@ -18,11 +18,11 @@ android:layout_height="wrap_content" android:background="#ffff00" android:layout_marginTop="24dp" - app:rippleOverlay="true" - app:rippleColor="#585858" - app:rippleAlpha="0.2" - app:rippleDelayClick="false" - app:rippleHover="true"> + app:mrl_rippleOverlay="true" + app:mrl_rippleColor="#585858" + app:mrl_rippleAlpha="0.2" + app:mrl_rippleDelayClick="false" + app:mrl_rippleHover="true">