Top "Android-imageview" questions

Displays an arbitrary image or a drawable, such as an icon or an xml defined graphical element.

Android ImageView: Fit Width

I download image and set it as a screen background dynamically using Imageview. I have tried ScaleType, to scale the …

android android-layout android-imageview
Android Image Dialog/Popup

Is it possible to have just an image popup/come-up in an Android application? It's similar to an overriding the …

android dialog android-imageview android-alertdialog
How to change ImageView source in android

This is my xml, this is located inside a fragment that appears in my activity. <FrameLayout android:id="@+id/…

java android xml android-imageview
set bitmap to background of ImageView with imageView.setImageBitmap method

I have an ImageView. I am using imageView.setImageBitmap to set my image as background to ImageView. But it sets …

android android-imageview
Difference between app:srcCompat and android:src in Android's layout XML

Whenever I create an ImageView with icon added using Android Studio's Vector Assets, I'm getting an error at the line …

android android-imageview layout-xml
how to set a text over an imageView?

I am placing an application bar on the top of the screen and it looks as the following figure: Now …

android android-layout android-imageview textview
Getting Image from ImageView

I have a gallery that shows an array of images, when clicked they are displayed in an imageview. I want …

android android-imageview android-gallery
How to apply shadow to ImageView?

I want to apply shadow to the ImageView. When I'm applying shadow to a TextView I'm getting it but same …

android android-imageview textview shadow
Applying ColorFilter to ImageView with ShapedDrawable

I have an ImageView with android:src set to a ShapedDrawable, namely a white circle. What I want is to …

android drawable android-imageview colorfilter shapedrawable
Android - Set a border around an ImageView

I have a cell with a fixed width and height, let it be 100x100px. Inside that cell I want …

android android-layout android-emulator android-widget android-imageview