From 166971fad3737aec68e2f0a0980af381d027a669 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Mon, 21 Sep 2015 17:26:08 +0000 Subject: [PATCH] update website --- docs/touchablenativefeedback.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/touchablenativefeedback.html b/docs/touchablenativefeedback.html index 5c9193d7e27..d5c5c797eaf 100644 --- a/docs/touchablenativefeedback.html +++ b/docs/touchablenativefeedback.html @@ -21,7 +21,7 @@ that represents android theme's default background for selectable elements (?android:attr/selectableItemBackground)

2) TouchableNativeFeedback.SelectableBackgroundBorderless() - will create object that represent android theme's default background for borderless selectable elements (?android:attr/selectableItemBackgroundBorderless). -Available on android API level 21+

3) TouchableNativeFeedback.RippleAndroid(color, borderless) - will create +Available on android API level 21+

3) TouchableNativeFeedback.Ripple(color, borderless) - will create object that represents ripple drawable with specified color (as a string). If property borderless evaluates to true the ripple will render outside of the view bounds (see native actionbar buttons as an