aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/history_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/history_item.xml')
-rw-r--r--res/layout/history_item.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/history_item.xml b/res/layout/history_item.xml
index ad987140..ef02927b 100644
--- a/res/layout/history_item.xml
+++ b/res/layout/history_item.xml
@@ -43,6 +43,7 @@
android:id="@+id/history_item_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:ellipsize="end"
android:singleLine="true"
android:textAppearance="@style/primary_text_appearance" />
@@ -51,6 +52,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:singleLine="true"
+ android:ellipsize="middle"
android:textAppearance="@style/secondary_text_appearance" />
</LinearLayout>