OSDN Git Service

Fix 5393669: New Player Control UI.
authorChih-Chung Chang <chihchung@google.com>
Fri, 14 Oct 2011 08:09:09 +0000 (16:09 +0800)
committerChih-Chung Chang <chihchung@google.com>
Tue, 18 Oct 2011 04:11:13 +0000 (12:11 +0800)
commit209a9163d4e8cee0bfe162ae598ef40e6051479c
tree5183ac264ddf852e5179d35dca6880e2a122fc52
parentb289d441eb5af97ac8716479831b1a2c5fe2e878
Fix 5393669: New Player Control UI.

Change-Id: I1aa310eee3b7715dbefea6b2f24e6f32481db49c
33 files changed:
res/anim/player_out.xml [new file with mode: 0644]
res/drawable-hdpi/bg_vidcontrol.png [new file with mode: 0644]
res/drawable-hdpi/ic_vidcontrol_pause.png [new file with mode: 0644]
res/drawable-hdpi/ic_vidcontrol_play.png [new file with mode: 0644]
res/drawable-hdpi/ic_vidcontrol_reload.png [new file with mode: 0644]
res/drawable-hdpi/scrubber_knob.png [new file with mode: 0644]
res/drawable-mdpi/bg_vidcontrol.png [new file with mode: 0644]
res/drawable-mdpi/ic_vidcontrol_pause.png [new file with mode: 0644]
res/drawable-mdpi/ic_vidcontrol_play.png [new file with mode: 0644]
res/drawable-mdpi/ic_vidcontrol_reload.png [new file with mode: 0644]
res/drawable-mdpi/scrubber_knob.png [new file with mode: 0644]
res/drawable-sw600dp-mdpi/bg_vidcontrol.png [new file with mode: 0644]
res/drawable-sw600dp-mdpi/ic_vidcontrol_pause.png [new file with mode: 0644]
res/drawable-sw600dp-mdpi/ic_vidcontrol_play.png [new file with mode: 0644]
res/drawable-sw600dp-mdpi/ic_vidcontrol_reload.png [new file with mode: 0644]
res/drawable-sw600dp-mdpi/scrubber_knob.png [new file with mode: 0644]
res/drawable-sw600dp/bg_vidcontrol.png [new file with mode: 0644]
res/drawable-sw600dp/ic_vidcontrol_pause.png [new file with mode: 0644]
res/drawable-sw600dp/ic_vidcontrol_play.png [new file with mode: 0644]
res/drawable-sw600dp/ic_vidcontrol_reload.png [new file with mode: 0644]
res/drawable-sw600dp/scrubber_knob.png [new file with mode: 0644]
res/drawable-xhdpi/bg_vidcontrol.png [new file with mode: 0644]
res/drawable-xhdpi/ic_vidcontrol_pause.png [new file with mode: 0644]
res/drawable-xhdpi/ic_vidcontrol_play.png [new file with mode: 0644]
res/drawable-xhdpi/ic_vidcontrol_reload.png [new file with mode: 0644]
res/drawable-xhdpi/scrubber_knob.png [new file with mode: 0644]
res/layout/movie_view.xml
res/values/styles.xml
src/com/android/gallery3d/app/ControllerOverlay.java [new file with mode: 0644]
src/com/android/gallery3d/app/MovieActivity.java
src/com/android/gallery3d/app/MovieControllerOverlay.java [new file with mode: 0644]
src/com/android/gallery3d/app/MoviePlayer.java
src/com/android/gallery3d/app/TimeBar.java [new file with mode: 0644]