mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 07:11:11 +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"-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue