Indicator placement
See original GitHub issueHi @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:
- Created 4 years ago
- Reactions:2
- Comments:7 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you for your immediate action but still, it was not hiding. I used these codes.
` imageSlider.sliderAdapter = SliderAdapter(this)
With regards to the placement of the indicator, I am really planning to position it from this
to this
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!