We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89dbe2c commit 613cde1Copy full SHA for 613cde1
1 file changed
app/src/main/java/info/touchimage/demo/TouchSyncActivity.kt
@@ -27,11 +27,11 @@ class TouchSyncActivity : AppCompatActivity() {
27
})
28
29
// Works
30
- // val img = getBitmap(this, R.drawable.ic_baseline_aspect_ratio_24)
+ val img = getBitmap(this, R.drawable.ic_baseline_aspect_ratio_24)
31
32
/** HERE IS THE PROBLEM **/
33
// Does not work (after zooming in, dinosaur head is unreachable)
34
- val img = getBitmap(this, R.drawable.corgosaurus)
+// val img = getBitmap(this, R.drawable.corgosaurus)
35
binding.touchImage2.setImageBitmap(img)
36
37
// Also does not work (after zooming in, dinosaur head is unreachable)
0 commit comments