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:
parent
f7ce310703
commit
a3b10f090e
4 changed files with 97 additions and 182 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -165,5 +165,6 @@ along with this program. If not, see http://www.gnu.org/licenses.<br> <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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue