Created
April 25, 2016 05:49
-
-
Save shem8/660596e5f0b9303165379bd67a016597 to your computer and use it in GitHub Desktop.
This file contains hidden or 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.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