Skip to content

Instantly share code, notes, and snippets.

@dj-amadeous
Created April 21, 2019 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dj-amadeous/7458e4961ce610982d4a33bdf60459f3 to your computer and use it in GitHub Desktop.
Save dj-amadeous/7458e4961ce610982d4a33bdf60459f3 to your computer and use it in GitHub Desktop.
image not showing when background transparrent
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<ImageView
android:id="@+id/imageView6"
android:layout_width="263dp"
android:layout_height="294dp"
app:srcCompat="@drawable/budget_blender_logo_green"
tools:layout_editor_absoluteX="74dp"
tools:layout_editor_absoluteY="116dp" />
</android.support.constraint.ConstraintLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment