mirror of
https://github.com/gsantner/dandelion
synced 2025-12-08 21:31:10 +01:00
removed swipeviewfunction from share activities, removed snackbar on menu - exit
This commit is contained in:
parent
07bb60ee97
commit
1fcafa088f
7 changed files with 13 additions and 61 deletions
|
|
@ -3,11 +3,10 @@
|
|||
xmlns:tools="http://schemas.android.com/tools" tools:context=".MainActivity">
|
||||
|
||||
<item
|
||||
android:id="@+id/action_reload"
|
||||
android:id="@+id/action_exit"
|
||||
android:icon="@drawable/ic_sync_white_24dp"
|
||||
android:title="@string/reload"
|
||||
android:orderInCategory="109"
|
||||
app:showAsAction="ifRoom" />
|
||||
android:title="@string/exit_app"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<!--<item-->
|
||||
<!--android:id="@+id/exit_app"-->
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
|
||||
//Dialog
|
||||
<string name="messages">Unterhaltungen</string>
|
||||
<string name="new_post">Neuer Beitrag</string>
|
||||
<string name="new_post">D* Neuer Beitrag</string>
|
||||
<string name="notifications">Benachrichtigungen</string>
|
||||
<string name="settings_font">Schriftgröße ändern</string>
|
||||
<string name="settings_image">Bilder laden umschalten</string>
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
<string name="yes">YES</string>
|
||||
<string name="no">NO</string>
|
||||
<string name="change_pod_warning">This will erase all cookies and session data. Do you really want to change pods?</string>
|
||||
<string name="new_post">New message</string>
|
||||
<string name="new_post">D* New message</string>
|
||||
<string name="new_post1">D* Text only</string>
|
||||
<string name="new_post2">D* Title and text</string>
|
||||
<string name="notifications">Notifications</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue