OSDN Git Service

Fix suggestion window issues.
authorSeigo Nonaka <nona@google.com>
Thu, 25 Feb 2016 05:49:57 +0000 (14:49 +0900)
committerSeigo Nonaka <nona@google.com>
Thu, 25 Feb 2016 05:57:20 +0000 (14:57 +0900)
commit8187ac3365fc72c7ab675e0f45594747cb8458dd
tree78615a77d233370756cb2fa89fec5890a23c5426
parentb3fdffbb48ecc67054e69ee768917bfc4a1a178e
Fix suggestion window issues.

- Unable to commit suggestion by tap at the right edge of the row.
  It turned out that the ListView doesn't fill the entire width of the
  window. Fix this issue by specifying match_parent instead of
  wrap_content. The Holo theme already has a match_parent attribute.

- Follow up of I03e0f602970b3b8f638f6c7b8cdff7be07ec17a6
  Unexpected trancation happens on Matrial suggestion window was fixed,
  but same issue happens on the Holo suggestion window. Fixing by
  removing ellipsize=marquee.

Bug: 15347319
Bug: 27341560
Change-Id: Ic8445022634e9130f9462e02bfb08d4877396ba3
core/res/res/layout/text_edit_suggestion_container_material.xml
core/res/res/values/styles_holo.xml