Add pinned listview lib

This commit is contained in:
Dominik Schürmann
2013-12-31 01:41:21 +01:00
parent daadc30044
commit cdb3e04b47
30 changed files with 1114 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.hb.views.pinnedsection"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="17" />
<application android:allowBackup="false" />
</manifest>