summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/history_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/history_row.xml')
-rw-r--r--app/src/main/res/layout/history_row.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/history_row.xml b/app/src/main/res/layout/history_row.xml
index cab7f0f..394ad79 100644
--- a/app/src/main/res/layout/history_row.xml
+++ b/app/src/main/res/layout/history_row.xml
@@ -18,11 +18,11 @@
tools:ignore="ContentDescription" />
<TextView
+ style="@style/HistoryTitle"
android:id="@+id/title"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
- android:textSize="20sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/icon"
app:layout_constraintTop_toTopOf="parent"