fix ui glitch, trasnfer button to take you to transfer tab in bottom bar

This commit is contained in:
2026-05-17 21:09:43 +05:00
parent ecbbb3ed6b
commit 6197152f6e
3 changed files with 9 additions and 18 deletions
@@ -12,19 +12,6 @@
android:orientation="vertical"
android:padding="16dp">
<com.google.android.material.card.MaterialCardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardCornerRadius="16dp"
app:cardElevation="0dp"
app:strokeWidth="1dp"
app:strokeColor="?attr/colorOutlineVariant">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="20dp">
<!-- From label + account dropdown -->
<TextView
@@ -355,10 +342,6 @@
android:layout_height="wrap_content"
android:text="@string/transfer" />
</LinearLayout>
</com.google.android.material.card.MaterialCardView>
</LinearLayout>
</androidx.core.widget.NestedScrollView>