Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
res/ | 03-May-2024 | - | 13,196 | 7,091 | ||
res-public/values/ | 03-May-2024 | - | 395 | 344 | ||
src/ | 03-May-2024 | - | 48,282 | 29,782 | ||
tests/ | 03-May-2024 | - | 11,245 | 6,759 | ||
.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.4 KiB | 39 | 15 | |
AndroidManifest.xml | D | 03-May-2024 | 1,000 | 23 | 8 | |
README.txt | D | 03-May-2024 | 406 | 11 | 7 | |
THEMES.txt | D | 03-May-2024 | 2 KiB | 66 | 47 | |
build.gradle | D | 03-May-2024 | 4.2 KiB | 125 | 105 | |
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