diff options
author | Iain Billett <iainbillett@gmail.com> | 2012-07-21 16:42:38 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-08-07 15:23:54 +0100 |
commit | d5fdc95225528682c90b7fa92f4c66d5bfc98dd9 (patch) | |
tree | c19260addb53fa22430c6ef61e62fa3a03acacb2 /android/abs-lib/README.md | |
parent | 97576def7d008661bf7fdc3700b56b77b88e97e6 (diff) |
Added Actionbar-sherlock lib & added dark striped actionbar with Holo.light
Diffstat (limited to 'android/abs-lib/README.md')
-rwxr-xr-x | android/abs-lib/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/android/abs-lib/README.md b/android/abs-lib/README.md new file mode 100755 index 000000000000..e8a2c080e6b1 --- /dev/null +++ b/android/abs-lib/README.md @@ -0,0 +1,15 @@ +ActionBarSherlock Library +========================= + +This folder contains the main library which should be linked against as an +Android library project in your application. + +For more information see the "Including In Your Project" section of the +[usage page][1]. + + + + + + + [1]: http://actionbarsherlock.com/usage.html |