1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-08 21:31:10 +01:00

Reworked sharing from activity #12

This commit is contained in:
Gregor Santner 2016-06-04 17:56:08 +02:00
parent f7ce310703
commit a3b10f090e
4 changed files with 97 additions and 182 deletions

View file

@ -18,22 +18,15 @@
android:title="@string/compose" />
<item
android:id="@+id/action_share"
android:icon="@drawable/ic_share_white_24dp"
android:title="@string/jb_share"
app:showAsAction="always" />
<!--
<item
android:id="@+id/action_share2"
android:icon="@drawable/ic_share_white_24dp"
android:title="@string/jb_share"
app:showAsAction="always" >
<menu>
<item android:id="@+id/item1" android:title="@string/search_alert_people"></item>
<item android:id="@+id/item2" android:title="@string/search_alert_tag"></item>
<item android:id="@+id/action_share_screenshot" android:title="@string/share_screenshot"></item>
<item android:id="@+id/action_take_screenshot" android:title="@string/take_screenshot"></item>
<item android:id="@+id/action_share_link" android:title="@string/share_link"></item>
</menu>
</item> -->
</item>
<!-- Keep right most -->
<item

View file

@ -165,5 +165,6 @@ along with this program. If not, see http://www.gnu.org/licenses.&lt;br> &lt;br
<string name="context_menu_open_external_browser">In externem Browser öffnen…</string>
<string name="toast_saved_image_to_location">Speichere Bild als</string>
<string name="toast_link_address_copied">Linkadresse kopiert …</string>
<string name="share_dotdodot">Teilen…</string>
</resources>

View file

@ -209,4 +209,5 @@
<string name="context_menu_copy_link">Copy link address to clipboard</string>
<string name="toast_saved_image_to_location">Saving image to</string>
<string name="prefix_https" translatable="false">https://</string>
<string name="share_dotdodot">Share…</string>
</resources>