MinimalBible-Legacy/appcompat_v7
Bradlee Speice c0c69dbf6b Dependencies are now fetched via Gradle 2014-05-01 00:03:35 -04:00
..
.settings Add the downloader activity 2014-04-15 19:13:21 -04:00
bin Remove the appcompat R files 2014-04-23 00:17:46 -04:00
gen/android/support/v7/appcompat Remove the appcompat R files 2014-04-23 00:17:46 -04:00
libs Add the appcompat project to the repository 2014-04-14 22:38:12 -04:00
res Add the appcompat project to the repository 2014-04-14 22:38:12 -04:00
src Add the appcompat project to the repository 2014-04-14 22:38:12 -04:00
.classpath Add the appcompat project to the repository 2014-04-14 22:38:12 -04:00
.gitignore Forgot to move the .gitignore earlier 2014-04-14 22:41:46 -04:00
.project Add the appcompat project to the repository 2014-04-14 22:38:12 -04:00
AndroidManifest.xml Add the appcompat project to the repository 2014-04-14 22:38:12 -04:00
README.txt Add the appcompat project to the repository 2014-04-14 22:38:12 -04:00
build.gradle Gradle build now working on Windows 2014-04-30 12:40:37 -04:00
project.properties Add the appcompat project to the repository 2014-04-14 22:38:12 -04:00

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.