Displays an arbitrary image or a drawable, such as an icon or an xml defined graphical element.
I download image and set it as a screen background dynamically using Imageview. I have tried ScaleType, to scale the …
android android-layout android-imageviewIs 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-alertdialogThis is my xml, this is located inside a fragment that appears in my activity. <FrameLayout android:id="@+id/…
java android xml android-imageviewI have an ImageView. I am using imageView.setImageBitmap to set my image as background to ImageView. But it sets …
android android-imageviewWhenever 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-xmlI am placing an application bar on the top of the screen and it looks as the following figure: Now …
android android-layout android-imageview textviewI have a gallery that shows an array of images, when clicked they are displayed in an imageview. I want …
android android-imageview android-galleryI 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 shadowI have an ImageView with android:src set to a ShapedDrawable, namely a white circle. What I want is to …
android drawable android-imageview colorfilter shapedrawableI 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