diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml index 8ba4e31d..6df28379 100644 --- a/res/layout/headlines_row.xml +++ b/res/layout/headlines_row.xml @@ -33,7 +33,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" - android:ellipsize="end" android:gravity="center_vertical" android:singleLine="false" android:text="Sample entry title" diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml index a0a0e4eb..849e2b6f 100644 --- a/res/layout/headlines_row_selected.xml +++ b/res/layout/headlines_row_selected.xml @@ -31,7 +31,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" - android:ellipsize="end" android:gravity="center_vertical" android:singleLine="false" android:text="Sample entry title" diff --git a/res/layout/headlines_row_selected_unread.xml b/res/layout/headlines_row_selected_unread.xml index d47da540..0fa6e213 100644 --- a/res/layout/headlines_row_selected_unread.xml +++ b/res/layout/headlines_row_selected_unread.xml @@ -31,7 +31,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" - android:ellipsize="end" android:gravity="center_vertical" android:singleLine="false" android:text="Sample entry title" @@ -134,4 +133,4 @@ - \ No newline at end of file + diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml index 1103b2f8..44f1c218 100644 --- a/res/layout/headlines_row_unread.xml +++ b/res/layout/headlines_row_unread.xml @@ -28,7 +28,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" - android:ellipsize="end" android:gravity="center_vertical" android:singleLine="false" android:text="Sample entry title"