OsmAnd/eclipse-compile/appcompat
2015-05-03 14:56:07 +02:00
..
libs Use appcompat as sources 2015-05-03 14:56:07 +02:00
res Use appcompat as sources 2015-05-03 14:56:07 +02:00
src Use appcompat as sources 2015-05-03 14:56:07 +02:00
.classpath
.gitignore Small refactoring 2015-03-23 01:54:51 +01:00
.project
AndroidManifest.xml Small refactoring 2015-03-23 01:54:51 +01:00
build.xml
local.properties
proguard-project.txt
project.properties
README.txt

Library Project including compatibility ActionBar.

This can be used by an Android project to provide
access to ActionBar on applications running on API 7+.

There is technically no source, but the src folder is necessary
to ensure that the build system works.  The content is actually
located in libs/android-support-v7-appcompat.jar.
The accompanying resources must also be included in the application.