summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-06-09 11:07:56 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-06-09 11:07:56 +0200
commit60ded0e12e4dbe389e069e0958cf1d593e321864 (patch)
treeeadc77a856c2f21db6e64e009f5f47ee9bc9d7b9
parent80066bcf01754e253d47eb8cc7ba668236850bf6 (diff)
downloadAntennaPod-60ded0e12e4dbe389e069e0958cf1d593e321864.zip
Crop by character in navdrawer. fixes #457
-rw-r--r--res/layout/nav_feedlistitem.xml1
-rw-r--r--res/layout/nav_listitem.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/nav_feedlistitem.xml b/res/layout/nav_feedlistitem.xml
index e01087077..d94c9ada1 100644
--- a/res/layout/nav_feedlistitem.xml
+++ b/res/layout/nav_feedlistitem.xml
@@ -24,6 +24,7 @@
android:id="@+id/txtvTitle"
android:lines="1"
android:ellipsize="end"
+ android:singleLine="true"
android:layout_centerVertical="true"
android:textColor="?android:attr/textColorPrimary"
android:textSize="@dimen/text_size_navdrawer"
diff --git a/res/layout/nav_listitem.xml b/res/layout/nav_listitem.xml
index 3691026a1..9d70e7d7c 100644
--- a/res/layout/nav_listitem.xml
+++ b/res/layout/nav_listitem.xml
@@ -24,6 +24,7 @@
android:id="@+id/txtvTitle"
android:lines="1"
android:ellipsize="end"
+ android:singleLine="true"
android:layout_centerVertical="true"
android:textColor="?android:attr/textColorPrimary"
android:textSize="@dimen/text_size_navdrawer"