diff options
author | Torsten Grote <t@grobox.de> | 2020-05-20 11:47:26 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-05-20 11:47:52 -0300 |
commit | b0869289dc9fa2f983991915e77ba0260e59ed8b (patch) | |
tree | b85512148453e1f60e3fa5f596470ba5bcb3df63 /wallet/src/main/res/menu | |
parent | 17fe2f70c3d0f34b11db9e4e66ef489bbeae7065 (diff) | |
download | taler-android-b0869289dc9fa2f983991915e77ba0260e59ed8b.tar.gz taler-android-b0869289dc9fa2f983991915e77ba0260e59ed8b.tar.bz2 taler-android-b0869289dc9fa2f983991915e77ba0260e59ed8b.zip |
[wallet] implement transaction search
Diffstat (limited to 'wallet/src/main/res/menu')
-rw-r--r-- | wallet/src/main/res/menu/transactions.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wallet/src/main/res/menu/transactions.xml b/wallet/src/main/res/menu/transactions.xml index d4568d4..2ea8a23 100644 --- a/wallet/src/main/res/menu/transactions.xml +++ b/wallet/src/main/res/menu/transactions.xml @@ -16,4 +16,10 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"> + <item + android:id="@+id/action_search" + android:icon="@drawable/ic_search" + android:title="@string/search" + app:actionViewClass="androidx.appcompat.widget.SearchView" + app:showAsAction="always|collapseActionView" /> </menu> |