Skip to content

Instantly share code, notes, and snippets.

View graco911's full-sized avatar
:octocat:
Android Developer

Carlos Graniel Córdova graco911

:octocat:
Android Developer
  • Protec
  • México
View GitHub Profile
@isfaaghyth
isfaaghyth / layout.xml
Created August 21, 2017 06:25
AppBar Scrolling with Flexible Space and content overlapping
<?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:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
android:orientation="vertical">