Created
April 21, 2019 04:19
-
-
Save dj-amadeous/7458e4961ce610982d4a33bdf60459f3 to your computer and use it in GitHub Desktop.
image not showing when background transparrent
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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