commit | d3d9897d4122e0eb6ab371b7ed4f11c3fd05df44 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Thu Jun 04 14:55:51 2009 -0700 |
committer | Romain Guy <romainguy@android.com> | Thu Jun 04 14:55:51 2009 -0700 |
tree | a4f0705ee4eb943a0e74b9222d0ab8047c5ebd5c | |
parent | 333a615d1e6ced4560f4803510e673bae87d0ca2 [diff] |
Fixes #1841298. Prevents the text from "jumping" after a scroll. This is due to a weird interaction between RelativeLayout and TextView. This change simply removes the marquee from a TextView that does not need it.