summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/layout
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-04-10 00:36:35 -0600
committerTorsten Grote <t@grobox.de>2023-04-10 17:29:39 -0300
commitc2283c02428005a8ce0dc00df72535e27f7892d9 (patch)
tree91d2fabc8f4042216120a5b4415df8eacdf71882 /wallet/src/main/res/layout
parent87cc3e28dfc4a2702a75ea3075ca7ac400ce719c (diff)
downloadtaler-android-c2283c02428005a8ce0dc00df72535e27f7892d9.tar.gz
taler-android-c2283c02428005a8ce0dc00df72535e27f7892d9.tar.bz2
taler-android-c2283c02428005a8ce0dc00df72535e27f7892d9.zip
[wallet] Removed action button from transaction list
Diffstat (limited to 'wallet/src/main/res/layout')
-rw-r--r--wallet/src/main/res/layout/list_item_transaction.xml16
1 files changed, 1 insertions, 15 deletions
diff --git a/wallet/src/main/res/layout/list_item_transaction.xml b/wallet/src/main/res/layout/list_item_transaction.xml
index 8cd10a8..64d9045 100644
--- a/wallet/src/main/res/layout/list_item_transaction.xml
+++ b/wallet/src/main/res/layout/list_item_transaction.xml
@@ -62,20 +62,6 @@
tools:text="@string/withdraw_waiting_confirm"
tools:visibility="visible" />
- <com.google.android.material.button.MaterialButton
- android:id="@+id/actionButton"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:visibility="gone"
- android:textColor="?colorOnPrimary"
- app:iconTint="?colorOnPrimary"
- app:backgroundTint="?colorPrimary"
- app:layout_constraintStart_toStartOf="@id/title"
- app:layout_constraintTop_toBottomOf="@id/extraInfoView"
- tools:text="Complete KYC"
- tools:visibility="visible"/>
-
<TextView
android:id="@+id/time"
android:layout_width="0dp"
@@ -86,7 +72,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/barrier"
app:layout_constraintStart_toStartOf="@+id/title"
- app:layout_constraintTop_toBottomOf="@+id/actionButton"
+ app:layout_constraintTop_toBottomOf="@+id/extraInfoView"
tools:text="23 min ago" />
<androidx.constraintlayout.widget.Barrier