diff --git a/app/src/main/java/com/tangem/presentation/fragment/VerifyCard.java b/app/src/main/java/com/tangem/presentation/fragment/VerifyCard.java
index 8f000e1642..35c28c9c2d 100644
--- a/app/src/main/java/com/tangem/presentation/fragment/VerifyCard.java
+++ b/app/src/main/java/com/tangem/presentation/fragment/VerifyCard.java
@@ -6,6 +6,7 @@ import android.nfc.NfcAdapter;
import android.nfc.Tag;
import android.os.Bundle;
import android.support.annotation.NonNull;
+import android.support.design.widget.FloatingActionButton;
import android.support.v4.app.Fragment;
import android.support.v4.content.ContextCompat;
import android.support.v4.widget.SwipeRefreshLayout;
@@ -49,7 +50,7 @@ public class VerifyCard extends Fragment implements SwipeRefreshLayout.OnRefresh
View v = inflater.inflate(R.layout.fr_verify_card, container, false);
- mNfcManager = new NfcManager(this.getActivity(), this);
+ mNfcManager = new NfcManager(getActivity(), this);
mSwipeRefreshLayout = v.findViewById(R.id.swipe_container);
mSwipeRefreshLayout.setOnRefreshListener(this);
@@ -97,6 +98,9 @@ public class VerifyCard extends Fragment implements SwipeRefreshLayout.OnRefresh
});
+ FloatingActionButton fabMenu = v.findViewById(R.id.fabMenu);
+
+
tvWallet = v.findViewById(R.id.tvWallet);
tvWalletIdentity = v.findViewById(R.id.tvWalletIdentity);
@@ -111,6 +115,7 @@ public class VerifyCard extends Fragment implements SwipeRefreshLayout.OnRefresh
// }
// }, 1000);
// }
+
return v;
}
diff --git a/app/src/main/res/drawable/ic_information_variant_white_24dp.xml b/app/src/main/res/drawable/ic_information_variant_white_24dp.xml
new file mode 100755
index 0000000000..2ef2c2a041
--- /dev/null
+++ b/app/src/main/res/drawable/ic_information_variant_white_24dp.xml
@@ -0,0 +1,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/fr_loaded_wallet.xml b/app/src/main/res/layout/fr_loaded_wallet.xml
index ec4e9ba67e..94fff3cda3 100644
--- a/app/src/main/res/layout/fr_loaded_wallet.xml
+++ b/app/src/main/res/layout/fr_loaded_wallet.xml
@@ -452,7 +452,7 @@
android:layout_height="wrap_content"
android:layout_marginEnd="5dp"
app:fabSize="mini"
- app:srcCompat="@drawable/ic_wrench_white_24dp"/>
+ app:srcCompat="@drawable/ic_information_variant_white_24dp"/>
-
+
+
+
-
+
-
\ No newline at end of file
+