imageview
Android - Best way to overlay a play button on an image/thumbnail
I have an android application which can playback audio/video and show pictures. For videos I want to overlay a play button on top of the preview image and also in list views..[详细]
2023-04-06 07:08 分类:问答How to programmatically displaying an image with a text (or button, or other) overlay?
I have an image to display via an ImageView element. Based on user input (say, a long press) I will want to overlay something on that image, such that the overlay is in the middle of the screen (or so[详细]
2023-04-06 06:54 分类:问答How to set random images to ImageView's?
i am using 9 image view\'s i want set images to imageview randomly , when I click on refresh button, but I tried like this it\'s working for random allocation of images but it\'s repeating the same im[详细]
2023-04-05 16:18 分类:问答How can I overlay images on top of each other independent of screen size? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po[详细]
2023-04-05 13:34 分类:问答Layer order of overlapping text and image in Android Listview
[Updated, as I apparently can\'t answer my own question yet:It\'s as simple as re-ordering the views.I put the TextView at the end, indicated layout_alignParentLeft=\"true\", and it does the trick.][详细]
2023-04-05 09:09 分类:问答Animate zoom in via center of an image in Android with xml
I am trying to do some simple image zooming and panning with Android and I have two simple questions.[详细]
2023-04-05 08:25 分类:问答How do i get image from imageUrl in imageView
How can i get image from image url in image view. My imageUrl is coming from databaseadapter. In Fields class LocationImage dataype is string but in setBackgroundResource method it is asking for int[详细]
2023-04-05 07:39 分类:问答How to retrieve an image from ImageView when Click on that image?
i have a ImageView in the layout, when i click on the image i want to get that image into a variable and replace with another image in this Imag开发者_开发问答eView. please help me..The onClick Listen[详细]
2023-04-04 19:28 分类:问答how to rotate an image in both directions in android
hi i need to rotate an ImageView in my app on touch and i am using the following code public android.view.View.OnTouchListener onTableTouched = new android.view.View.OnTouchListener(){[详细]
2023-04-04 16:39 分类:问答Android: Background image / imageView for different screens
I want to set a background image to my Activity. I am just using an imageView in a relative Layout and position the other elements as I want them. Now we have a million, or at least quite a few, diffe[详细]
2023-04-04 11:47 分类:问答