Skip to content

Instantly share code, notes, and snippets.

@ppamorim
Created October 29, 2015 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ppamorim/f90c6e01ef0ee568e59f to your computer and use it in GitHub Desktop.
Save ppamorim/f90c6e01ef0ee568e59f to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout 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:background="@color/blue"> <!-- Change your color here -->
<com.github.ppamorim.cult.CultView
android:id="@+id/cult_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:toolbar_height="64dp"
app:inner_padding="4dp"
app:content_view="@layout/layout_base"/>
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment