SeekBar

Android studio

<SeekBar android:id="@+id/seekBar"

android:background="@drawable/picture_1"

android:thumb="@drawable/picture_2"

android:progress="500" android:max="2000"

android:progressBackgroundTint ="#00000000" android:progressTint="#00000000"

android:layout_width="match_parent"

android:layout_height="wrap_content" />

Posted on Nov 18, 2022

More by Чайка

View profile