freddyfang / android-video-trimmer

Video trimmer widget
61 stars 25 forks source link

Slider Invisible #6

Open amargujjarm opened 4 years ago

amargujjarm commented 4 years ago

I followed all the steps, Able to see video , its playing and able to see time. But slider is not visible. (https://user-images.githubusercontent.com/68579263/89454530-73fc7f00-d77e-11ea-93cf-af46c52c1321.jpg)

manitorpotterk commented 4 years ago

I want to work on this issue.

sureapps commented 4 years ago

I followed all the steps, Able to see video , its playing and able to see time. But slider is not visible. (https://user-images.githubusercontent.com/68579263/89454530-73fc7f00-d77e-11ea-93cf-af46c52c1321.jpg)

I HAVE SAME ISSUE before compile sdk 28 in proper working but right now Compilesdk 28 in also not working and also not showing any error in logs. I have test and debug the code bitmap generated but not show in recycler and also not show slider.

RB4915 commented 3 years ago

You have to use the same constraintlayout version which used in this project that is
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' if you not using the same as, the slider not visible.

AamirNaseer1 commented 3 years ago

You have to use the same constraintlayout version which used in this project that is implementation 'androidx.constraintlayout:constraintlayout:1.1.3' if you not using the same as, the slider not visible.

my problem is fixed by your solution thanks