Update the Tags app to the holo theme and fix some bugs.

Change-Id: I217cf3f5b2e228df50ff1bed050448bf72140a3b
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9b4115f..dac0d4f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -33,7 +33,7 @@
         android:label="@string/app_name"
     >
         <activity android:name="TagViewer"
-            android:theme="@android:style/Theme.NoTitleBar"
+            android:label="@string/title_scanned_tag"
             android:launchMode="singleTop"
             android:priority="-10"
         >