Displays an arbitrary image or a drawable, such as an icon or an xml defined graphical element.
The goal is to convert a Bitmap to a byte [], pass it between activities in a Bundle of data, then …
java android bitmap bytearray android-imageviewI'm trying to put an image at the top left of a LinearLayout, but with the image border and padding …
android layout android-imageviewI want to tint my tabhost's icons using XML, instead of doing it programmatically (I wasn't able to do that …
android android-imageview android-selectorI am following this example to create my app now i am trying to add image in my toolbar the …
android android-imageview android-toolbarI'd like to add a ColorFilter to ImageView. Currently I'm using: ImageView iv = (ImageView)findViewById(resIdOfImageToFilter); iv.setColorFilter(Color.RED, …
android android-imageview porter-duffI have a square image (though this problem also applies to rectangular images). I want to display the image as …
android android-layout android-imageview android-relativelayoutMy answer to this question was just accepted but I started to wonder when exactly one needs to invalidate() a …
android android-imageview android-viewI am trying to set the background color of an image view. <ImageView android:id="@+id/my_image" android:…
android colors background css-selectors android-imageviewThis is driving me insane! Here's my code (I know this file exists): File imageFile = new File("/sdcard/gallery_photo_4.…
android android-sdcard android-imageviewI have an ImageView with android:layout_width=100dp, android:layout_height=wrap_content and android:adjustViewBounds=true It's source …
android imageview android-imageview