Skip to content

Commit

Permalink
progresslibrary改成kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
aaatttcccc committed Dec 16, 2021
1 parent a082eaf commit 803558b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 88 deletions.

This file was deleted.

17 changes: 0 additions & 17 deletions imageedit/src/test/java/com/zhongjh/imageedit/ExampleUnitTest.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ class PlayProgressView : ConstraintLayout {
class ViewHolder(rootView: View) {
val numberProgressBar: NumberProgressBar = rootView.findViewById(R.id.numberProgressBar)
val imgRemoveRecorder: ImageView = rootView.findViewById(R.id.imgRemoveRecorder)
val groupRecorderProgress: Group = rootView.findViewById(R.id.playView)
val playView: PlayView = rootView.findViewById(R.id.groupRecorderProgress)
val groupRecorderProgress: Group = rootView.findViewById(R.id.groupRecorderProgress)
val playView: PlayView = rootView.findViewById(R.id.playView)
val tvRecorderTip: TextView = rootView.findViewById(R.id.tvRecorderTip)
}

Expand Down

This file was deleted.

17 changes: 0 additions & 17 deletions videoedit/src/test/java/com/zhongjh/videoedit/ExampleUnitTest.java

This file was deleted.

0 comments on commit 803558b

Please sign in to comment.