Value: 16842975
This attribute is deprecated and will be ignored as of API level 14 (Android.OS.Build.VERSION_CODES.IceCreamSandwich). Using fading edges may introduce noticeable performance degradations and should be used only when required by the application's visual design. To request fading edges with API level 14 and above, use the android:requiresFadingEdge attribute instead.
| Constant | Value | Description |
|---|---|---|
| none | 0x00000000 | No edge is faded. |
| horizontal | 0x00001000 | Fades horizontal edges only. |
| vertical | 0x00002000 | Fades vertical edges only. |
Must be one or more (separated by '|') of the following constant values.