OSDN Git Service

Fix marquee on app snippet in InstalledAppDetails
authorJason Monk <jmonk@google.com>
Wed, 24 Jun 2015 18:53:57 +0000 (14:53 -0400)
committerJason Monk <jmonk@google.com>
Wed, 24 Jun 2015 18:53:57 +0000 (14:53 -0400)
commitb01459997ed4d0232855e4dbc080bd1238e1256d
tree863b86cadb0fed09ee34b804e357af22dfbc9e66
parent9dd754e1f405aa47a6d9c97bf50f23c8f51b7a79
Fix marquee on app snippet in InstalledAppDetails

First need to fix layout of the app_item as the widget was running
over the end of the view, do this by switching to a RelativeLayout.

Then select the view so it can actually marquee.

Bug: 22043942
Change-Id: Ieb94649ccf3dc8dcf56014c02fcdc06da71a9a62
res/layout/app_item.xml
src/com/android/settings/applications/InstalledAppDetails.java