android-file tag

1 questions


1 answers
110 views
0
How to insert an image as a path to a file in an image view

Put resources in drawable ImageView imgView=new ImageView(this); imgView.setBackgroundResource(R.drawable.img1);I set it up in imageView like this. Instead of registering resources in the drawable fo...


© 2024 OneMinuteCode. All rights reserved.