From 39eace1520d2d5127aefc8d9bc34454557828ece Mon Sep 17 00:00:00 2001 From: James Sanford Date: Wed, 24 Oct 2012 14:47:56 -0700 Subject: [PATCH] Pull in ActionBarSherlock to work with API 10+ --- .gitmodules | 3 +++ ActionBarSherlock | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 ActionBarSherlock diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3bebbad --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ActionBarSherlock"] + path = ActionBarSherlock + url = git://github.com/JakeWharton/ActionBarSherlock.git diff --git a/ActionBarSherlock b/ActionBarSherlock new file mode 160000 index 0000000..90939dc --- /dev/null +++ b/ActionBarSherlock @@ -0,0 +1 @@ +Subproject commit 90939dc3925ffaaa0de269bbbe1b35e274968ea1