mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Remove actionbar from share dialog
This commit is contained in:
parent
482b05d621
commit
f1ef106c8a
2 changed files with 83 additions and 95 deletions
|
|
@ -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" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue