Remove the intermediate visible activity title bar.
Also put the widget name into a resource
Bug:3142568
Change-Id: I2f8d5a3bd683659f169aa3186644328bd8abf1c3
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7d1b2c7..0bc6012 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -558,7 +558,7 @@
<!-- The widget that shows details and the social stream of a contact -->
<receiver android:name=".socialwidget.SocialWidgetProvider"
- android:label="Contact Social Stream" >
+ android:label="@string/social_widget_label" >
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>
@@ -568,7 +568,7 @@
<activity
android:name=".socialwidget.SocialWidgetConfigureActivity"
- android:theme="@style/SocialWidgetConfigureTheme">
+ android:theme="@android:style/Theme.Translucent.NoTitleBar" >
<intent-filter>
<action android:name="android.intent.action.APPWIDGET_PICK" />
</intent-filter>