diff options
author | Fup Duck <fupduck@sacknagel.com> | 2017-12-19 16:08:49 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2017-12-19 16:08:49 +0100 |
commit | d1d34f0bf995f48dac7781711656b8cb8e387707 (patch) | |
tree | 281c897335def5d61fa7f69d9aebac7b72119334 /app/src/main/res/menu | |
parent | 673c4221554fc92d87fa306c8a95cefb75693d78 (diff) |
move log fragment layout
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r-- | app/src/main/res/menu/f_log.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/src/main/res/menu/f_log.xml b/app/src/main/res/menu/f_log.xml index 5e0af56c..d30b13cb 100644 --- a/app/src/main/res/menu/f_log.xml +++ b/app/src/main/res/menu/f_log.xml @@ -28,12 +28,4 @@ android:title="@string/send_logfile" android:titleCondensed="@string/send"/> - <item - android:id="@+id/edit_vpn" - android:alphabeticShortcut="e" - android:icon="@drawable/ic_menu_edit" - app:showAsAction="withText|ifRoom" - android:title="@string/edit_vpn" - android:visible="false"/> - </menu> |