Skip to content

Commit

Permalink
default sample switched to a bigger file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry-Borodin committed Jul 29, 2019
1 parent 23fdef6 commit af3fb10
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
//findViewById<PDFView>(R.id.activityMainPdfView).fromAsset("great-expectations.pdf").show()
findViewById<PDFView>(R.id.activityMainPdfView).fromAsset("paper.pdf").show()
findViewById<PDFView>(R.id.activityMainPdfView).fromAsset("great-expectations.pdf").show()
// findViewById<PDFView>(R.id.activityMainPdfView).fromAsset("paper.pdf").show()
}
}

0 comments on commit af3fb10

Please sign in to comment.