New list with sticky list headers library

This commit is contained in:
Dominik Schürmann
2014-01-02 21:10:08 +01:00
parent 1d91804dc7
commit f5da63f988
63 changed files with 3687 additions and 61 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="se.emilsjolander.stickylistheaders"
android:versionCode="2"
android:versionName="2.0" >
<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="18" />
</manifest>