Change color (VerticalScrollArrangement)

Hello, I would like to know if you can remove the colored bar that is when you reach the last record, using the component (Vertical Scroll Arrangement). Sorry my english
Sem tĂ­tulo

1 Like

Please elaborate . How are you showing that color bar?

1 Like

This effect is called “OverScroll”.
It’s there to let the user know that they have reached the end and there’s no more content past this point.

You can change the color by changing the Screen’s Primary Color Property:
20200312_235448

=

However if you really want to disable it, you can use this extension I just made:

Before:

After:

Usage/Blocks:
Screenshot_20200312-234220_Chrome

.aix:
com.appybuilder.kennicholsandroid.OverScroll.aix (5.6 KB)

.aia:
OverScroll.aia (6.4 KB)

Incase anyone wants to see/modify the Java(No license restrictions or strings attached, use it however you like. :slight_smile: ):
.java:
OverScroll.java (1.5 KB)

7 Likes

thank you my friend, helped me a lot.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.