Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
res/ | 03-May-2024 | - | 4,329 | 2,153 | ||
src/ | 03-May-2024 | - | 25,119 | 15,620 | ||
.classpath | D | 03-May-2024 | 356 | 9 | 8 | |
.gitignore | D | 03-May-2024 | 23 | 5 | 4 | |
.project | D | 03-May-2024 | 831 | 34 | 33 | |
Android.mk | D | 03-May-2024 | 1.3 KiB | 32 | 9 | |
AndroidManifest.xml | D | 03-May-2024 | 843 | 20 | 5 | |
README.txt | D | 03-May-2024 | 406 | 11 | 7 | |
project.properties | D | 03-May-2024 | 584 | 16 | 14 |
README.txt
1Library Project including compatibility ActionBar. 2 3This can be used by an Android project to provide 4access to ActionBar on applications running on API 7+. 5 6There is technically no source, but the src folder is necessary 7to ensure that the build system works. The content is actually 8located in libs/android-support-v7-appcompat.jar. 9The accompanying resources must also be included in the application. 10 11