Skip to content

Commit

Permalink
Optimisations.
Browse files Browse the repository at this point in the history
  • Loading branch information
tizisdeepan committed Aug 21, 2019
1 parent 43cb56a commit 02b4276
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 28 deletions.
Binary file removed sample-app/src/main/res/raw/intro.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion sample-app/src/main/res/xml/provider_paths.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<paths>
<external-path name="external_files" path="Android/data/com.video.sample/files/Videos"/>
</paths>
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import com.video.trimmer.interfaces.OnRangeSeekBarListener
import com.video.trimmer.interfaces.OnTrimVideoListener
import com.video.trimmer.interfaces.OnVideoListener
import com.video.trimmer.utils.*
import kotlinx.android.synthetic.main.view_time_line.view.*
import kotlinx.android.synthetic.main.view_trimmer.view.*
import java.io.File
import java.lang.ref.WeakReference
import java.util.*
Expand Down Expand Up @@ -67,7 +67,7 @@ class VideoTrimmer @JvmOverloads constructor(context: Context, attrs: AttributeS
}

private fun init(context: Context) {
LayoutInflater.from(context).inflate(R.layout.view_time_line, this, true)
LayoutInflater.from(context).inflate(R.layout.view_trimmer, this, true)
setUpListeners()
setUpMargins()
}
Expand Down
25 changes: 0 additions & 25 deletions video-editor/src/main/res/layout/crop_image_view.xml

This file was deleted.

0 comments on commit 02b4276

Please sign in to comment.