Fix theming on Share Window to look appropriate

Bug: 46543
This commit is contained in:
YuviPanda 2013-03-26 00:40:43 +05:30
parent 5eb69c6e02
commit f7882e916d
4 changed files with 8 additions and 4 deletions

View file

@ -36,8 +36,8 @@
<activity
android:name=".ShareActivity"
android:icon="@drawable/ic_launcher"
android:label="@string/title_activity_share"
android:theme="@style/NoTitle">
android:label="@string/title_activity_share"
android:theme="@style/LightNoTitle">
<intent-filter>
<action android:name="android.intent.action.SEND" />