diff options
author | Christian Schneppe <christian@pix-art.de> | 2019-02-04 20:21:22 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2019-02-04 20:21:22 +0100 |
commit | 67b5d19834cfb5fdc6850e720f446cddc1dd60ff (patch) | |
tree | 215b0397627c28a92157e2b3673bba5359550a73 /src/main/res | |
parent | 57f7aefb46c4ab574fcbe435635dc11a795e4e7c (diff) |
Revert "WelcomeActivity: Add QR code scanner button"
This reverts commit 7b9ced9fb752ee485b657daf6d827f311ed6e8bc.
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/menu/welcome.xml | 11 |
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 |