summaryrefslogtreecommitdiffstats
path: root/packages/DocumentsUI/res/layout-sw720dp-land
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2013-10-07 11:39:07 -0700
committerJeff Sharkey <jsharkey@android.com>2013-10-07 11:39:07 -0700
commit2c4b99fbe610c7ab0dcb67c92feddd9d2945e3fd (patch)
treefa802fa52d6c977b7401aebdd79f9e5d672829ba /packages/DocumentsUI/res/layout-sw720dp-land
parentf3f1a3709306454c0ca562e2c7262d4889dd0071 (diff)
downloadframeworks_base-2c4b99fbe610c7ab0dcb67c92feddd9d2945e3fd.zip
frameworks_base-2c4b99fbe610c7ab0dcb67c92feddd9d2945e3fd.tar.gz
frameworks_base-2c4b99fbe610c7ab0dcb67c92feddd9d2945e3fd.tar.bz2
Ellipsize titles in middle, otherwise end.
Long document titles can include distinguishing details at the end of the title, so ellipsize in the middle. All other details ellipsize at the end. Bug: 11081420 Change-Id: I2c266ebc594d2ad383033b435acb8adb5fb823bc
Diffstat (limited to 'packages/DocumentsUI/res/layout-sw720dp-land')
-rw-r--r--packages/DocumentsUI/res/layout-sw720dp-land/item_doc_list.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/DocumentsUI/res/layout-sw720dp-land/item_doc_list.xml b/packages/DocumentsUI/res/layout-sw720dp-land/item_doc_list.xml
index 851061f..adbb9da 100644
--- a/packages/DocumentsUI/res/layout-sw720dp-land/item_doc_list.xml
+++ b/packages/DocumentsUI/res/layout-sw720dp-land/item_doc_list.xml
@@ -64,7 +64,7 @@
android:layout_weight="0.5"
android:layout_marginEnd="12dp"
android:singleLine="true"
- android:ellipsize="marquee"
+ android:ellipsize="middle"
android:textAlignment="viewStart"
style="@style/TextAppearance.Medium" />
@@ -83,7 +83,7 @@
android:layout_weight="0.25"
android:layout_marginEnd="12dp"
android:singleLine="true"
- android:ellipsize="marquee"
+ android:ellipsize="end"
android:textAlignment="viewStart"
style="@style/TextAppearance.Small" />
@@ -95,7 +95,7 @@
android:layout_marginEnd="12dp"
android:minWidth="70dp"
android:singleLine="true"
- android:ellipsize="marquee"
+ android:ellipsize="end"
android:textAlignment="viewEnd"
style="@style/TextAppearance.Small" />
@@ -107,7 +107,7 @@
android:layout_marginEnd="12dp"
android:minWidth="70dp"
android:singleLine="true"
- android:ellipsize="marquee"
+ android:ellipsize="end"
android:textAlignment="viewEnd"
style="@style/TextAppearance.Small" />