aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-02-04 20:21:22 +0100
committerChristian Schneppe <christian@pix-art.de>2019-02-04 20:21:22 +0100
commit67b5d19834cfb5fdc6850e720f446cddc1dd60ff (patch)
tree215b0397627c28a92157e2b3673bba5359550a73 /src/main/res/menu
parent57f7aefb46c4ab574fcbe435635dc11a795e4e7c (diff)
Revert "WelcomeActivity: Add QR code scanner button"
This reverts commit 7b9ced9fb752ee485b657daf6d827f311ed6e8bc.
Diffstat (limited to 'src/main/res/menu')
-rw-r--r--src/main/res/menu/welcome.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/main/res/menu/welcome.xml b/src/main/res/menu/welcome.xml
deleted file mode 100644
index b767dc0f4..000000000
--- a/src/main/res/menu/welcome.xml
+++ /dev/null
@@ -1,11 +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/action_scan_qr_code"
- android:icon="?attr/icon_scan_qr_code"
- android:title="@string/scan_qr_code"
- app:showAsAction="always" />
-
-</menu> \ No newline at end of file