diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-01-01 22:26:19 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-01-01 22:26:19 +0100 |
commit | 1d91804dc7943e7149d02141a46c3eb0763e2b94 (patch) | |
tree | 29fb6295545d6acfeb2d3cc2ee6a2f529e3c7f84 /libraries/pinned-section-listview/example/AndroidManifest.xml | |
parent | c8d0ff77b10bc5e0103df473076fc7cacadf9014 (diff) | |
download | open-keychain-1d91804dc7943e7149d02141a46c3eb0763e2b94.tar.gz open-keychain-1d91804dc7943e7149d02141a46c3eb0763e2b94.tar.bz2 open-keychain-1d91804dc7943e7149d02141a46c3eb0763e2b94.zip |
Simple new list implementations, remove library, use simple adapter with headings
Diffstat (limited to 'libraries/pinned-section-listview/example/AndroidManifest.xml')
-rw-r--r-- | libraries/pinned-section-listview/example/AndroidManifest.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/libraries/pinned-section-listview/example/AndroidManifest.xml b/libraries/pinned-section-listview/example/AndroidManifest.xml deleted file mode 100644 index 56621893d..000000000 --- a/libraries/pinned-section-listview/example/AndroidManifest.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="com.hb.examples.pinnedsection" - android:versionCode="1" - android:versionName="1.0" > - - <uses-sdk - android:minSdkVersion="8" - android:targetSdkVersion="19" /> - - <application - android:allowBackup="true" - android:icon="@drawable/ic_launcher" - android:label="@string/app_name" - android:theme="@style/AppTheme" > - - <activity - android:name="com.hb.examples.PinnedSectionListActivity" - android:label="@string/app_name" > - <intent-filter> - <action android:name="android.intent.action.MAIN" /> - <category android:name="android.intent.category.LAUNCHER" /> - </intent-filter> - </activity> - </application> - -</manifest>
\ No newline at end of file |