Skip to content

Instantly share code, notes, and snippets.

View Rishabhk07's full-sized avatar
🎯
Focusing

Rishabh Khanna Rishabhk07

🎯
Focusing
View GitHub Profile
#include <jni.h>
#include <string>
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <fcntl.h>
#include <iostream>
#include <string.h>
#include <android/log.h>
@Rishabhk07
Rishabhk07 / Collapsing Tool Bar
Created July 16, 2017 09:32
Collapsing toolbar android
<?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"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true">
<android.support.design.widget.AppBarLayout
android:id="@+id/app_bar"
android:layout_height="250dp"