question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Indicator placement

See original GitHub issue

Hi @smarteist , is it possible to change the location of the indicator? I’m hoping it can be placed at the bottom right of the SliderView. I also tried to hide the default PagerIndicator using setPagerIndicatorVisibility(false) but it does not set its visibility to GONE.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:2
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
eypibeecommented, Jun 18, 2019

Thank you for your immediate action but still, it was not hiding. I used these codes.

` imageSlider.sliderAdapter = SliderAdapter(this)

    imageSlider.setIndicatorVisibility(false)
    
    imageSlider.setSliderTransformAnimation(SliderAnimations.FADETRANSFORMATION)
    imageSlider.setSliderAnimationDuration(1000)
    imageSlider.scrollTimeInSec = 4
    imageSlider.startAutoCycle()`

With regards to the placement of the indicator, I am really planning to position it from this

image1

to this

image2

1reaction
smarteistcommented, Jun 17, 2019

Hi @smarteist , is it possible to change the location of the indicator? I’m hoping it can be placed at the bottom right of the SliderView. I also tried to hide the default PagerIndicator using setPagerIndicatorVisibility(false) but it does not set its visibility to GONE.

if you show , setPagerIndicatorVisibility method in source code, You will see that the indicator visiblity will be GONE if you set it to false… for changing position of the indicator view, first update to 1.3.2 and set indicator gravity whatever you want. happy coding!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Position Indicator - an overview | ScienceDirect Topics
Position Indicator. Position indicators correctly indicate position of ball/gate and operate without interference. From: Subsea Engineering Handbook (Second ...
Read more >
Types of Position Indicators | Reid Supply
A position indicator is a mechanical tool used to indicate, measure, and monitor how a machine component moves along a shaft or threaded...
Read more >
Indicator 10: Disproportionality in Classification by Race ...
School District Self-Review Monitoring Protocol - Disproportionate Representation of Students with Disabilities by Classification and Placement ...
Read more >
A visual placement indicator for Unity's AR Foundation. - GitHub
It's ready to build and includes an AR placement indicator. This is a reticle that tracks the center of your screen in the...
Read more >
Indicator Definiton - NC Perkins
Purpose of this Indicator. To ensure student placement in military service or apprenticeship programs or placement or retention in employment, including ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found