OsmAnd/appcompat
2015-01-19 23:16:37 +01:00
..
libs Initial commit with appcompat 2014-12-29 17:52:20 +02:00
res Initial commit with appcompat 2014-12-29 17:52:20 +02:00
src Initial commit with appcompat 2014-12-29 17:52:20 +02:00
.classpath Fix small issues 2015-01-19 23:16:37 +01:00
.gitignore Fix small issues 2015-01-19 23:16:37 +01:00
.project Initial commit with appcompat 2014-12-29 17:52:20 +02:00
AndroidManifest.xml Initial commit with appcompat 2014-12-29 17:52:20 +02:00
build.xml Added ant build for appcompat 2015-01-12 17:00:16 +02:00
local.properties Added ant build for appcompat 2015-01-12 17:00:16 +02:00
proguard-project.txt Added ant build for appcompat 2015-01-12 17:00:16 +02:00
project.properties Initial commit with appcompat 2014-12-29 17:52:20 +02:00
README.txt Initial commit with appcompat 2014-12-29 17:52:20 +02:00

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.