diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-03-09 19:06:11 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-03-09 19:24:27 +0530 |
commit | 7d48bef70a56d4370856eedab619b1f83ac3d0d0 (patch) | |
tree | 76fd859578e499cd3a8fd2f402652530ea36a72d /app/src/main/res/menu/tunnel_detail.xml | |
parent | 6bc3e257f80a273d35d07099bd4ed99eb45163bf (diff) |
Rename app module to ui
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res/menu/tunnel_detail.xml')
-rw-r--r-- | app/src/main/res/menu/tunnel_detail.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app/src/main/res/menu/tunnel_detail.xml b/app/src/main/res/menu/tunnel_detail.xml deleted file mode 100644 index 2834a661..00000000 --- a/app/src/main/res/menu/tunnel_detail.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:app="http://schemas.android.com/apk/res-auto"> - <item - android:id="@+id/menu_action_edit" - android:alphabeticShortcut="e" - android:icon="@drawable/ic_action_edit" - android:title="@string/edit" - app:showAsAction="always" /> -</menu> |