Skip to content

Instantly share code, notes, and snippets.

@nagendrababu143
Last active September 17, 2018 16:14
Show Gist options
  • Save nagendrababu143/8ad61b63e66fbce5ee54b2a7635913df to your computer and use it in GitHub Desktop.
Save nagendrababu143/8ad61b63e66fbce5ee54b2a7635913df 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"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="open snack bar"
android:onClick="snackFun"/>
</android.support.design.widget.CoordinatorLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment