imageview
Android TransitionDrawable change Imageview background and foreground?
I have an ImageView with a TransitionDrawable background which works fine. W开发者_JAVA百科hat I would like to do is also to change the image inside the ImageView with the same transition applied.[详细]
2023-03-24 00:44 分类:问答Android: Show array of Images in Image View
I want to load array of Images o开发者_如何学Cne by one from drawable. At a given time the ImageView should display one image when user slides, it should load the next Image.[详细]
2023-03-23 22:25 分类:问答How to draw List Under ImageView With transparent Areas
i was trying to let the ListView on Scroll pass the transparent area in the ImageView, like (Android Mar开发者_开发问答ket) style, but it wont.[详细]
2023-03-23 09:04 分类:问答Foreground color over components on Gallery
I\'m implementing a application that allows user to drag pages though a Gallery to read a newspaper. I wrote a Adapter that returns ImageViews with some Bitmaps loaded on application.[详细]
2023-03-23 06:31 分类:问答Android: Bitmap not shown in ImageView
I\'m developing an Activity which loads a list of URLs of images and displays them in a Gallery view. For better performance I decided to asynchronously load the images and cache them on the SD card.[详细]
2023-03-23 02:36 分类:问答Error inflating class TouchImageView
I\'m trying to spruce up my image viewer activity by converting from an ImageView to a TouchImageView, per the answer here: How can I get zoom functionality for images?[详细]
2023-03-23 02:22 分类:问答Transfer image across view controllers
On my iPhone app, I have two viewControllers (firstViewController, secondViewController), on firstViewController the user can select a photo from the camera roll and it then displays it in an imageVie[详细]
2023-03-23 01:09 分类:问答Android ImageViews not working correctly when weighted
This piece of XML will correctly display a button which covers the entire row then 2 buttons which are weigh开发者_StackOverflow社区ted evenly and share 50% of the space like so:[详细]
2023-03-22 21:22 分类:问答Set image width and height in ImageView
No matter what I try, I cannot set the width and height of my image that is passed from a soap service to my android emulator. I\'m using an ImageView as follows:[详细]
2023-03-22 14:29 分类:问答Zooming a ImageView in a ViewGroup
I have different ImageView in a ViewGroup. Every ImageView has onTouch event like this: public boolean onTouch(View v,MotionEvent event){[详细]
2023-03-22 08:50 分类:问答