summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-17 13:26:33 +0400
committerAndrew Dolgov <[email protected]>2013-10-17 13:26:33 +0400
commit8b37c8cc2cb5a5185165e4651e477d7eb4b04431 (patch)
tree03743d97f982d69c89e1981343097472f0eebe9b /res
parent5df4a51fc91a0d063f8eb229264f19fb5d0209d0 (diff)
remove ellipsize from headline row title
Diffstat (limited to 'res')
-rw-r--r--res/layout/headlines_row.xml1
-rw-r--r--res/layout/headlines_row_selected.xml1
-rw-r--r--res/layout/headlines_row_selected_unread.xml3
-rw-r--r--res/layout/headlines_row_unread.xml1
4 files changed, 1 insertions, 5 deletions
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 @@
</LinearLayout>
</LinearLayout>
-</FrameLayout> \ No newline at end of file
+</FrameLayout>
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"