summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/layout
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2024-02-12 16:43:50 -0600
committerTorsten Grote <t@grobox.de>2024-03-27 14:26:40 -0300
commit1e9ee99cb07c595132fa96935e3f2b7c88dd586a (patch)
tree613ed3380a5a0cb493feb910576365f210028d3c /wallet/src/main/res/layout
parent39b6926dd32b0731d87ea8daa94c1d4c29d3d193 (diff)
downloadtaler-android-1e9ee99cb07c595132fa96935e3f2b7c88dd586a.tar.gz
taler-android-1e9ee99cb07c595132fa96935e3f2b7c88dd586a.tar.bz2
taler-android-1e9ee99cb07c595132fa96935e3f2b7c88dd586a.zip
[wallet] DD51: initial rendering based on currency spec
bug 0008329 (cherry picked from commit 4789103406f44ba797c7bfee3112cc6aaa228683)
Diffstat (limited to 'wallet/src/main/res/layout')
-rw-r--r--wallet/src/main/res/layout/list_item_balance.xml15
1 files changed, 1 insertions, 14 deletions
diff --git a/wallet/src/main/res/layout/list_item_balance.xml b/wallet/src/main/res/layout/list_item_balance.xml
index 82e663f..483b1ce 100644
--- a/wallet/src/main/res/layout/list_item_balance.xml
+++ b/wallet/src/main/res/layout/list_item_balance.xml
@@ -28,7 +28,7 @@
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"
android:textSize="40sp"
- app:layout_constraintEnd_toStartOf="@+id/balanceCurrencyView"
+ app:layout_constraintEnd_toStartOf="@+id/pendingView"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintHorizontal_chainStyle="packed"
app:layout_constraintStart_toStartOf="parent"
@@ -36,19 +36,6 @@
tools:text="100.50" />
<TextView
- android:id="@+id/balanceCurrencyView"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginEnd="8dp"
- android:textSize="20sp"
- app:layout_constrainedWidth="true"
- app:layout_constraintBottom_toBottomOf="@+id/balanceAmountView"
- app:layout_constraintEnd_toStartOf="@+id/pendingView"
- app:layout_constraintStart_toEndOf="@+id/balanceAmountView"
- app:layout_constraintTop_toTopOf="@+id/balanceAmountView"
- tools:text="TESTKUDOS" />
-
- <TextView
android:id="@+id/scopeView"
android:layout_width="0dp"
android:layout_height="wrap_content"