Skip to content

Instantly share code, notes, and snippets.

@cirion
Created April 3, 2013 16:40
Show Gist options
  • Save cirion/5302925 to your computer and use it in GitHub Desktop.
Save cirion/5302925 to your computer and use it in GitHub Desktop.
Sample book item for the sectioned grid adapter demo
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="190dp"
android:layout_height="190dp"
android:orientation="vertical"
android:padding="8dp"
>
<TextView
android:id="@+id/bookItem_title"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textColor="#ffffff"
android:padding="8dp"
android:background="@drawable/gradients"
/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment