Updated on 2026-08-14

This commit is contained in:
Tangem 2018-11-02 11:35:05 +03:00
parent 0b3b83e71c
commit 07fa77d1b0
5 changed files with 6 additions and 5 deletions

View file

@ -72,7 +72,7 @@ public class BtcCashEngine extends CoinEngine {
@Override
public String getBalanceCurrency() {
return "BTH";
return "BCH";
}
@Override

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

View file

@ -153,18 +153,19 @@
android:id="@+id/frameFAB"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|start"
android:layout_gravity="bottom|center|start"
android:layout_margin="@dimen/fab_margin"
android:elevation="3dp"
android:visibility="visible">
<android.support.design.widget.FloatingActionButton
android:id="@+id/fab"
android:layout_width="64dp"
android:layout_height="64dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:src="@drawable/ic_show_menu"
app:backgroundTint="@color/colorPrimary"/>
app:backgroundTint="@color/colorPrimary"
app:fabSize="normal" />
</FrameLayout>