Remove actionbar from share dialog

This commit is contained in:
YuviPanda 2012-11-05 20:20:05 +05:30
parent 482b05d621
commit f1ef106c8a
2 changed files with 83 additions and 95 deletions

View file

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