OSDN Git Service

Add static preview images to gesture settings.
authorDoris Ling <dling@google.com>
Fri, 30 Sep 2016 19:41:26 +0000 (12:41 -0700)
committerDoris Ling <dling@google.com>
Tue, 11 Oct 2016 23:44:58 +0000 (16:44 -0700)
commit12e4bebabf42f5dd4c3c794073f16d3db22a82a8
tree335fa4a8ba68ecd727dfaaf10f5ae6c5b60e371b
parent09d3961326a3e2423b978a7481639c7317851ca9
Add static preview images to gesture settings.

Set the animation preview image view to the newly added preview image
instead of loading it from animation video.

Test: manual - launch gesture settings and visually check the animation
preview images.

Bug: 31636637

Change-Id: If25a0e3501bea0c6343326a143d665ec79e3d7c7
res/drawable-nodpi/gesture_ambient_lift [new file with mode: 0644]
res/drawable-nodpi/gesture_ambient_tap [new file with mode: 0644]
res/drawable-nodpi/gesture_double_tap [new file with mode: 0644]
res/drawable-nodpi/gesture_fingerprint_swipe [new file with mode: 0644]
res/drawable-nodpi/gesture_twist [new file with mode: 0644]
res/layout/gesture_preference.xml
res/values/attrs.xml
res/xml/gesture_settings.xml
src/com/android/settings/gestures/GesturePreference.java
src/com/android/settings/gestures/GestureSettings.java