summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-07-16 22:28:23 +0300
committerAndrew Dolgov <[email protected]>2017-07-16 22:28:23 +0300
commit0cedb968947c4da1b5700ec7d61fecf152a596bf (patch)
treefe9f6abbc0d99e0681ce8ffd3a3d2059a2a9f4b8 /org.fox.ttrss/src/main/res/layout
parentc91d41739bc24de9bcb4174c7dd2c79114258a33 (diff)
set maxlines=2 for article title in compact mode
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_compact.xml2
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_selected_compact.xml2
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml2
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml
index 8b645529..30f86ff0 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml
@@ -43,7 +43,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
- android:singleLine="true"
+ android:maxLines="2"
android:ellipsize="end"
android:text="Sample entry title"
android:textColor="?headlineExcerptTextColor"
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_selected_compact.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_selected_compact.xml
index 306f87b4..0f0805aa 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_selected_compact.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_selected_compact.xml
@@ -44,7 +44,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
- android:singleLine="true"
+ android:maxLines="2"
android:ellipsize="end"
android:text="Sample entry title"
android:textColor="?headlineSelectedTextColor"
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml
index ad9ba329..070a22e0 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml
@@ -42,7 +42,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
- android:singleLine="true"
+ android:maxLines="2"
android:ellipsize="end"
android:text="Sample entry title"
android:textColor="?headlineSelectedTextColor"
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml
index e5539b8d..08eacd31 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml
@@ -44,7 +44,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
- android:singleLine="true"
+ android:maxLines="2"
android:ellipsize="end"
android:text="Sample entry title"
android:textColor="?headlineUnreadTextColor"