OSDN Git Service

Stop unexpected truncation of suggestion items.
authorSeigo Nonaka <nona@google.com>
Mon, 15 Feb 2016 08:27:13 +0000 (17:27 +0900)
committerSeigo Nonaka <nona@google.com>
Mon, 15 Feb 2016 08:36:22 +0000 (17:36 +0900)
commit0c9d2edbb4a6d24eebf7b89db16e6c3f548cf380
treed4cec4f49ad3f8db6f1d80faad86dfd030dd964b
parente4c1ccec7248443c23dd4a8d6725a4f492204726
Stop unexpected truncation of suggestion items.

The window's size is adjusted to be able to show all items in suggestion
popup window. So no need to specify ellipsize here.

Specifying ellipsize=marquee has a side effect that the 1st time of
width calculation may be different from 2nd or later time width
calculation since marquee may call compressText which request layout
asynchronously.

BUG: 15347319
Change-Id: I03e0f602970b3b8f638f6c7b8cdff7be07ec17a6
core/res/res/values/styles_material.xml