Updated on 2026-08-14

This commit is contained in:
Tangem 2022-07-25 22:37:12 +03:00
parent a4e5c041a4
commit fc5aa667dd

View file

@ -148,7 +148,6 @@
android:visibility="gone"
app:layout_constraintTop_toBottomOf="@id/rv_pending_transaction" />
<include
android:id="@+id/l_address"
layout="@layout/layout_address"
@ -198,16 +197,17 @@
style="@style/BaseTapButton"
android:layout_width="match_parent"
android:layout_height="42dp"
android:layout_gravity="bottom"
android:layout_marginStart="16dp"
android:layout_marginTop="32dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="16dp"
android:elevation="4dp"
android:text="@string/main_manage_tokens"
android:textSize="16sp"
app:cornerRadius="8dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toBottomOf="@id/rv_multiwallet" />
app:layout_constraintTop_toBottomOf="@id/rv_multiwallet"
app:layout_constraintVertical_bias="0.0"
tools:layout_editor_absoluteX="16dp" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.core.widget.NestedScrollView>