Skip to content

Instantly share code, notes, and snippets.

@shem8
Created April 25, 2016 05:49
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 shem8/660596e5f0b9303165379bd67a016597 to your computer and use it in GitHub Desktop.
Save shem8/660596e5f0b9303165379bd67a016597 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/container"
android:background="#06ff87"/>
<TextView
android:id="@+id/dismiss"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="> Swipe to dismiss > > >"
android:padding="30dp"
android:gravity="center"
android:layout_gravity="center_horizontal|bottom"
android:background="#3bb0ff"/>
</android.support.design.widget.CoordinatorLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment