Android Question appearance of seekbar

rossati

Active Member
Licensed User
Longtime User
Hello

In the CameraEx example the zoom is controlled by a seekbar blue line and circle knob, I am not able to reproduce this, my seekbar is a yellow-grey bar.
I am unable to see any difference both in code both in the designe of .bal.

Thanks
 

derez

Expert
Licensed User
Longtime User
Hello

In the CameraEx example the zoom is controlled by a seekbar blue line and circle knob, I am not able to reproduce this, my seekbar is a yellow-grey bar.
I am unable to see any difference both in code both in the designe of .bal.

Thanks
It depends on the sdk version that you state in the manifest file.
try this:
B4X:
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="14" />
 
Upvote 0
Top