summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorVikram Aggarwal <viki@google.com>2011-12-13 13:27:27 -0800
committerVikram Aggarwal <viki@google.com>2011-12-13 13:31:21 -0800
commitbb6cd81ebb3294c81e68a260a791f6799931b4f6 (patch)
tree6d107c758d7607151c651237530400cdc89b0ee2 /AndroidManifest.xml
parent5eaa2b99d5c9c730a7b3a33de823c21132068595 (diff)
downloadUnifiedEmail-bb6cd81ebb3294c81e68a260a791f6799931b4f6.tar.gz
Import label items from label spinners. This is a small change to
ensure I can play well with other changes in this tree. Next up, I'll bring over the ActionBar machinery. Change-Id: Ibca5613ccda3ad4f724a9a08cbe6e0c9dba6d6b3
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index de778dd7e..b6f12f982 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -17,5 +17,7 @@
<activity android:name=".ComposeActivity"
android:theme="@android:style/Theme.Holo.Light" />
+ <activity android:name=".browse.LabelItem"
+ android:theme="@android:style/Theme.Holo.Light" />
</application>
</manifest>