Skip to content

Commit

Permalink
忽略文件
Browse files Browse the repository at this point in the history
  • Loading branch information
guofudong committed Jan 7, 2019
1 parent 51f620e commit cb69225
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 11 additions & 9 deletions .gitignore
@@ -1,10 +1,12 @@
# Generated files
bin/
gen/
out/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
*.iml
.gradle
/local.properties
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
.DS_Store
/build
/captures
.externalNativeBuild
.idea/

Expand Up @@ -70,7 +70,6 @@ class VideoAdapter(val context: Context) : BaseAdapter<Video>(context) {
controller.setClarity(getClarites(playerData), 0)
}
})

}

override fun getItemLayoutId(): Int {
Expand All @@ -87,7 +86,6 @@ class VideoAdapter(val context: Context) : BaseAdapter<Video>(context) {
return datas
}


private fun setVideoView(videoView: NiceVideoPlayer, itemView: View) {
videoView.setPlayerType(NiceVideoPlayer.TYPE_NATIVE)
val params = videoView.layoutParams
Expand Down

0 comments on commit cb69225

Please sign in to comment.