Closed alexinadev closed 6 years ago
@alexinadev I had that problem because my cancel text was too long. Try change setSlideToCancelText as "Cancel" or smth short and try again. This releases when your error text touch the timer while sliding left(I might be wrong). If screen is small - error text is on timer when you start recording by default.
Hey @alexinadev , sorry for late response. i just tried to put the RecordView Sample app into a Dialog and it works fine. i tried to use your sample but there are a lot of customViews that you are using. you can try the following:
since you are using a ScrollView you can refer to this issue
as @Menris said you might want to decrease cancelBounds using recordView.setCancelBounds(value)
because the dialog width will not take the whole space.
otherwise you can send me a sample project so i can deep dive into it.
Hi, I am using the latest version of Record-view library
(compile 'com.devlomi.record-view:record-view:2.0.1')
. I want to use it in a dialog view. When I use library codes in the activity everything works fine but in dialog view when I touch and hold the record button it acts like I tap it. I mean touch and release record button happens immediately! the code below is my dialog XML layout:and my Java code is: