Skip to content

Instantly share code, notes, and snippets.

View sahilshekhawat's full-sized avatar

Sahil Shekhawat sahilshekhawat

  • Sunnyvale, California
View GitHub Profile
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.DrawerLayout
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:id="@+id/drawer"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:openDrawer="start">
$(document).ready(function() {
alert("I am an alert box2!");
});