Skip to content

Instantly share code, notes, and snippets.

@evandroferreiras
Last active December 4, 2018 10:16
Show Gist options
  • Save evandroferreiras/a7235623df64ce9ccaa1ed7ad36edd33 to your computer and use it in GitHub Desktop.
Save evandroferreiras/a7235623df64ce9ccaa1ed7ad36edd33 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">
<ImageView
android:id="@+id/my_image_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment