OSDN Git Service

Add the FasttrackBadgeWidget.
authorEvan Millar <emillar@google.com>
Thu, 27 Aug 2009 18:15:55 +0000 (11:15 -0700)
committerEvan Millar <emillar@google.com>
Tue, 15 Sep 2009 20:00:49 +0000 (13:00 -0700)
commite727f18cf2649d07a89aba19ecefed93c9d0b305
tree7d75682e06ea023a80d64c5beff15accd096e993
parent6d9eebe7320637f0256c077ba5ed6724b5a4ab0d
Add the FasttrackBadgeWidget.

This widget is an extension of ImageView that takes care of the standard
fasttrack badging and on-click behavior. It should be used in any
applications that display contact photos.

This view's name will have to be changed before release, and will be
kept private until the name change is made. At that point the view will
be made public api.

Change-Id: I4704e0e979466929ad7b2ef11911681a5028b4a7
core/java/android/widget/FasttrackBadgeWidget.java [new file with mode: 0644]
core/res/res/drawable/fasttrack_badge_middle_large.xml [moved from core/res/res/drawable/fasttrack_badge_middle.xml with 84% similarity]
core/res/res/drawable/fasttrack_badge_middle_large_normal.9.png [new file with mode: 0644]
core/res/res/drawable/fasttrack_badge_middle_large_pressed.9.png [new file with mode: 0644]
core/res/res/drawable/fasttrack_badge_middle_normal.9.png [deleted file]
core/res/res/drawable/fasttrack_badge_middle_pressed.9.png [deleted file]
core/res/res/layout/contact_header.xml
core/res/res/values/attrs.xml
core/res/res/values/styles.xml
core/res/res/values/themes.xml