From 386270836075dc915a0f80b0d8c543421ea7280e Mon Sep 17 00:00:00 2001
From: tibbi <tibor@kaputa.sk>
Date: Sun, 1 Jul 2018 18:04:23 +0200
Subject: [PATCH] fix #822, use end ellipsize at photo thumbnails

---
 app/src/main/res/layout/photo_video_item_grid.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/src/main/res/layout/photo_video_item_grid.xml b/app/src/main/res/layout/photo_video_item_grid.xml
index ef873d244..fb1a67e51 100644
--- a/app/src/main/res/layout/photo_video_item_grid.xml
+++ b/app/src/main/res/layout/photo_video_item_grid.xml
@@ -45,6 +45,7 @@
         android:layout_alignParentBottom="true"
         android:layout_alignRight="@+id/medium_thumbnail"
         android:background="@drawable/gradient_background"
+        android:ellipsize="end"
         android:gravity="bottom"
         android:maxLines="3"
         android:paddingBottom="@dimen/small_margin"