Updated on 2026-08-14
This commit is contained in:
parent
2cfb552d19
commit
8dacd12b74
153 changed files with 4393 additions and 1124 deletions
12
app/src/main/res/menu/popular_tokens.xml
Normal file
12
app/src/main/res/menu/popular_tokens.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?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_search"
|
||||
android:icon="@drawable/ic_search"
|
||||
android:title="@string/common_search"
|
||||
app:actionViewClass="androidx.appcompat.widget.SearchView"
|
||||
app:showAsAction="always" />
|
||||
|
||||
</menu>
|
||||
8
app/src/main/res/menu/wallet_details.xml
Normal file
8
app/src/main/res/menu/wallet_details.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?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/meny_remove"
|
||||
android:title="@string/common_remove"
|
||||
app:showAsAction="always" />
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue