summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/history_payment_sent.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/history_payment_sent.xml')
-rw-r--r--app/src/main/res/layout/history_payment_sent.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/app/src/main/res/layout/history_payment_sent.xml b/app/src/main/res/layout/history_payment_sent.xml
index 0c39133..cf03998 100644
--- a/app/src/main/res/layout/history_payment_sent.xml
+++ b/app/src/main/res/layout/history_payment_sent.xml
@@ -22,16 +22,15 @@
<TextView
android:id="@+id/title"
+ style="@style/HistoryTitle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
- android:text="@string/history_event_payment_sent"
- android:textColor="?android:textColorPrimary"
- android:textSize="20sp"
app:layout_constraintEnd_toStartOf="@+id/amountPaidWithFees"
app:layout_constraintStart_toEndOf="@+id/icon"
- app:layout_constraintTop_toTopOf="parent" />
+ app:layout_constraintTop_toTopOf="parent"
+ tools:text="Lots of books with very long titles" />
<TextView
android:id="@+id/summary"
@@ -46,16 +45,18 @@
app:layout_constraintStart_toEndOf="@+id/icon"
app:layout_constraintTop_toBottomOf="@+id/title"
app:layout_constraintVertical_bias="0.0"
- tools:text="Lots of books" />
+ tools:text="@string/history_event_payment_sent" />
<TextView
android:id="@+id/amountPaidWithFees"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/red"
+ android:textSize="16sp"
app:layout_constraintBottom_toTopOf="@+id/time"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintVertical_bias="0.0"
tools:text="0.2 TESTKUDOS" />
<TextView