added in API Level 14
Defines which edges should be faded on scrolling.
Ensure to change the minSDKVersion to 14, or greater.
android:requiresFadingEdge = "none"
android:requiresFadingEdge = "horizontal"
android:requires:FadingEdge = "vertical"
non - No edge is faded
horizontal - Fades horizontal edges only.
vertical - Fades vertical edges only.
Related Articles:
Resources:
http://developer.android.com/reference/android/view/View.html#attr_android:requiresFadingEdge
http://developer.android.com/reference/android/R.attr.html#requiresFadingEdge
Popular Posts
- Perform an Action after Enter keypress on EditText
- android:ellipsize - Add an ellipsis(...) in a TextView
- How to Register an Activity that Responds to NFC tags for URI's that point to a URL
- Create a Drawable Object Variable
- Create a Web Browser
- How to Import a Library
- android:textColorHighlight - Set the Color of Highlighted Text in an EditText
- android:drawablePadding - Add Padding to a Drawable in a TextView, in XML
- Add a Bitmap Drawable to your Project
- android:nextFocusDown - Set Next Focus to a TextView/EditText