OSDN Git Service

Support route grouping in the MediaRouter dialog UI.
authorAdam Powell <adamp@google.com>
Thu, 14 Jun 2012 06:15:49 +0000 (23:15 -0700)
committerAdam Powell <adamp@google.com>
Thu, 14 Jun 2012 06:27:09 +0000 (23:27 -0700)
commitd6d0bddee363e0c7fe61f63bd9d9864a71d887d6
tree46040408e1d65a458de7ce2db775d661d910c6a4
parent6a7977794961fa7c165f7963b6ca6d82f94633ce
Support route grouping in the MediaRouter dialog UI.

Change-Id: Idcae12cedfb7ca13950e7fa45441fba2029a9f68
17 files changed:
core/java/com/android/internal/app/MediaRouteChooserDialogFragment.java
core/java/com/android/internal/view/CheckableLinearLayout.java [new file with mode: 0644]
core/java/com/android/internal/view/ImageButtonNoParentPress.java [new file with mode: 0644]
core/res/res/drawable-hdpi/ic_media_group_collapse.png [new file with mode: 0644]
core/res/res/drawable-hdpi/ic_media_group_expand.png [new file with mode: 0644]
core/res/res/drawable-mdpi/ic_media_group_collapse.png [new file with mode: 0644]
core/res/res/drawable-mdpi/ic_media_group_expand.png [new file with mode: 0644]
core/res/res/drawable-xhdpi/ic_media_group_collapse.png [new file with mode: 0644]
core/res/res/drawable-xhdpi/ic_media_group_expand.png [new file with mode: 0644]
core/res/res/drawable/item_background_activated_holo_dark.xml [new file with mode: 0644]
core/res/res/layout/media_route_chooser_layout.xml
core/res/res/layout/media_route_list_item.xml
core/res/res/layout/media_route_list_item_checkable.xml [new file with mode: 0644]
core/res/res/layout/media_route_list_item_collapse_group.xml [new file with mode: 0644]
core/res/res/values/public.xml
core/res/res/values/strings.xml
media/java/android/media/MediaRouter.java