Skip to content

Instantly share code, notes, and snippets.

@ifucolo
Created February 24, 2017 12:32
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 ifucolo/39b9c43c3ffae7b590689e6f100a2842 to your computer and use it in GitHub Desktop.
Save ifucolo/39b9c43c3ffae7b590689e6f100a2842 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<example.com.zoompinch.widget.FrameTouch xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/backgroundZoom"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/black"
android:orientation="vertical"
android:layout_gravity="center">
<ImageView
android:id="@+id/photo"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"/>
</example.com.zoompinch.widget.FrameTouch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment