Android Question AsImageComparisonSlider Questions

Theera

Expert
Licensed User
Longtime User
Hi Alexander,
What is different between AsImageComparisonSlider1 and AsImageComparisonSlider2?(The results are the same) After I have only tesed with pic1 and pic2? Is there the vertical in future? How to changed the texts "modified" and "original" to be other words (because perhaps, it isn't from
comparison after modified)
 

Alexander Stolte

Expert
Licensed User
Longtime User
What is different between AsImageComparisonSlider1 and AsImageComparisonSlider2?
There is no difference, I just wanted to have a 2nd example with different images.

Is there the vertical in future?
Is not planned, unless you show me why vertical makes sense, so far I have only seen horizontal comparison sliders

How to changed the texts "modified" and "original" to be other words
B4X:
    ASImageComparisonSlider1.DescriptionLabel_Left.Text = "New Text Left"
    ASImageComparisonSlider1.DescriptionLabel_Right.Text = "New Text Right"
 
Upvote 0
Top