mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Initialised ActionBarSherlock.
This commit is contained in:
parent
3253466f14
commit
12862e2050
@ -9,6 +9,7 @@
|
|||||||
<classpathentry kind="lib" path="libs/htmlcleaner-2.2.jar"/>
|
<classpathentry kind="lib" path="libs/htmlcleaner-2.2.jar"/>
|
||||||
<classpathentry kind="lib" path="libs/apache-mime4j-core-0.7.2.jar"/>
|
<classpathentry kind="lib" path="libs/apache-mime4j-core-0.7.2.jar"/>
|
||||||
<classpathentry kind="lib" path="libs/apache-mime4j-dom-0.7.2.jar"/>
|
<classpathentry kind="lib" path="libs/apache-mime4j-dom-0.7.2.jar"/>
|
||||||
|
<classpathentry kind="lib" path="libs/android-support-v4.jar"/>
|
||||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
||||||
<classpathentry kind="output" path="bin/classes"/>
|
<classpathentry kind="output" path="bin/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "plugins/ActionBarSherlock"]
|
||||||
|
path = plugins/ActionBarSherlock
|
||||||
|
url = https://github.com/JakeWharton/ActionBarSherlock
|
@ -59,6 +59,7 @@
|
|||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:name="K9"
|
android:name="K9"
|
||||||
android:allowTaskReparenting="false"
|
android:allowTaskReparenting="false"
|
||||||
|
android:theme="@style/Theme.Sherlock.Light.DarkActionBar"
|
||||||
>
|
>
|
||||||
<meta-data android:name="android.app.default_searchable"
|
<meta-data android:name="android.app.default_searchable"
|
||||||
android:value=".activity.Search" />
|
android:value=".activity.Search" />
|
||||||
|
BIN
libs/android-support-v4.jar
Normal file
BIN
libs/android-support-v4.jar
Normal file
Binary file not shown.
1
plugins/ActionBarSherlock
Submodule
1
plugins/ActionBarSherlock
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit ce35f8b0499547035de119abd8719e2312bca789
|
@ -13,3 +13,4 @@ java.encoding=utf8
|
|||||||
# Project target.
|
# Project target.
|
||||||
target=android-15
|
target=android-15
|
||||||
extensible.libs.classpath=compile-only-libs
|
extensible.libs.classpath=compile-only-libs
|
||||||
|
android.library.reference.1=plugins/ActionBarSherlock/library
|
||||||
|
Loading…
Reference in New Issue
Block a user