summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAshit Sood <sooda@codeaurora.org>2018-08-23 10:57:33 -0700
committerAshit Sood <sooda@codeaurora.org>2018-10-04 14:06:21 -0700
commit5253815756e554536cb2a99627e0702f371fac0e (patch)
tree623c78317ed2485c7bccc1ae62cc6e81ac436b92 /res
parent09edb3f132a878b4ae1d64a15416e7010b851650 (diff)
downloadStk-5253815756e554536cb2a99627e0702f371fac0e.tar.gz
Removed ellipse from end of title
Prevents text from being truncated in DAA applet. Bug: 113320113 Change-Id: Ie74d51b0ba01f6fec0e29d75362bf8959fa64a44
Diffstat (limited to 'res')
-rwxr-xr-xres/layout/stk_title.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/stk_title.xml b/res/layout/stk_title.xml
index a5ef109..562e4dc 100755
--- a/res/layout/stk_title.xml
+++ b/res/layout/stk_title.xml
@@ -44,7 +44,6 @@
android:gravity="center_vertical"
android:layout_width="match_parent"
android:layout_height="32dip"
- android:ellipsize="end"
android:maxLines="1"
style="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title" />
</HorizontalScrollView>