Skip to content

Instantly share code, notes, and snippets.

@catehstn
Created January 21, 2016 03:28
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 catehstn/7285827bbaab16ce5eb7 to your computer and use it in GitHub Desktop.
Save catehstn/7285827bbaab16ce5eb7 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/processed_image_background">
<ImageView
android:id="@+id/processed_image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitCenter" />
<ImageView
android:id="@+id/processed_image_original"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitCenter"
android:visibility="gone"/>
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment