android-imageview
convertion from string to image [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate:开发者_如何学Python[详细]
2023-02-15 20:49 分类:问答How to set .bmp image to ImageView
I have a list of ImageViews, which download the images from the net. I downloade开发者_开发技巧d the images from server and it displays in ImageView, but .bmp images don\'t show in ImageView.[详细]
2023-02-10 11:25 分类:问答How to make an ImageView with rounded corners?
In Android, an ImageView is a rectangle开发者_如何学Go by default. How can I make it a rounded rectangle (clip off all 4 corners of my Bitmap to be rounded rectangles) in the ImageView?[详细]
2023-02-04 04:22 分类:问答How to show the image in full view
I have an image and I need it to be shown with its full view as it is. But the image is shown in the phone after loading is reduced to fit the screen. how do I include the image in full size and resol[详细]
2023-01-29 16:22 分类:问答Forced Close after adding custom ImageView
I\'m trying to add a custom ImageView to my main.xml, but if I start the program it closes with a forced close.[详细]
2023-01-27 03:45 分类:问答Android: RelativeLayout problem with xml
I am trying to put some triangles & squares on Android screen in certain way as shown in following figure. I am putting them separately because all shapes are clickable.[详细]
2023-01-27 01:52 分类:问答Maximum width and height for ImageView in Android
So I have an ImageView set with android:maxHeight=\"100px\" android:maxWidth=\"250px\" android:minHeight=\"100px\"[详细]
2023-01-26 14:54 分类:问答Show Image View from file path?
I need to show an image by using the file name only, not from the resource id. ImageView imgView = new ImageView(this);[详细]
2023-01-25 06:42 分类:问答How to design ImageViews that stretch according to the screen-size
I have a requirement where few of my image views form border areas of an application, and the application will be running on many screen size开发者_运维技巧s.[详细]
2023-01-24 03:38 分类:问答How to guarantee space for an ImageView, keep it from shrinking?
I need to create an XML with the following content: * Two TextViews with varying text (1- 3 rows), one TextView below the other.[详细]
2023-01-23 11:17 分类:问答