Android Question B4XPageIndicator / dots size

FrankDev

Active Member
Licensed User
Longtime User
Hello

is there a possibility that you can
B4XPageIndicator
somehow make the dots bigger ?

Greeting
Frank
 

asales

Expert
Licensed User
Longtime User
Change this lines in the B4XPageIndicator class:
B4X:
Private r As Int = 5dip
Private gap As Int = 15dip
To
B4X:
Private r As Int = 10dip
Private gap As Int = 25dip
 
Upvote 0

FrankDev

Active Member
Licensed User
Longtime User
hello @asales

thanks for the info.
I have now adjusted for my conditions.
Too bad that you can not change the 'from the outside'.
The next update of this 'view' will be overwritten again.
:(

Thanks again for your help

Best regards
Frank
 
Upvote 0

jahswant

Well-Known Member
Licensed User
Longtime User
Too bad that you can not change the 'from the outside'.
The next update of this 'view' will be overwritten again.
You can copy and paste to create your own version of the Library and rename it to what you want !
Then copy it to your additional LIB folder. That's all.
 
Upvote 0

Similar Threads

Top