OSDN Git Service

Moving task view layout into resource.
authorWinson Chung <winsonc@google.com>
Mon, 24 Mar 2014 21:53:07 +0000 (14:53 -0700)
committerWinson Chung <winsonc@google.com>
Mon, 24 Mar 2014 22:55:39 +0000 (15:55 -0700)
commit37c8d8ef855aacb074ee0b702a46dbc62b7551a2
tree2fabe7545217cfb4a15920ee7dd992a2f52bce81
parent1d22bd1986ced3c5396dea83d2d04f84457953ee
Moving task view layout into resource.

- Using new activity icon/labels

Change-Id: If27bf60d2df75813213e9f3095baeb03085da8f7
packages/SystemUI/res/layout/recents_task_view.xml [new file with mode: 0644]
packages/SystemUI/res/values/dimens.xml
packages/SystemUI/src/com/android/systemui/recents/Constants.java
packages/SystemUI/src/com/android/systemui/recents/RecentsTaskLoader.java
packages/SystemUI/src/com/android/systemui/recents/model/Task.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskBarView.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/recents/views/TaskStackView.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskThumbnailView.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/recents/views/TaskView.java