Set the color of an Android ScrollView fading edge

Thank you Doug https://stackoverflow.com/a/45963901 e Do this: <ScrollView android:theme=”@style/scrollUpdate” android:layout_width=”match_parent” android:layout_height=”0dp” android:layout_weight=”1″ > in values\styles put the style <style name=”scrollUpdate”> <item name=”colorAccent”>@color/yourcolor</item> <item name=”android:color”>@color/yourcolor</item> <item name=”colorPrimary”>@color/yourcolor</item> <item name=”colorPrimaryDark”>@color/yourcolor</item> </style>