From 24aa42330264fa9c7afea15441d8ac7d639b5368 Mon Sep 17 00:00:00 2001 From: Wu-cheng Li Date: Thu, 27 Sep 2012 14:01:39 +0800 Subject: Several secure album changes. - Make the lock screen photo be a standard portrait size photo - In the filmstrip, have the first tap on the lock screen photo take the user directly to the unlock screen. - Switch the asset to be a "locked" lock rather than an "unlocked" lock. bug:7192331 Change-Id: If7541cd67cdfb711f8dd721796db3343ae91343a --- res/drawable-hdpi/ic_lockscreen_handle_normal.png | Bin 0 -> 6843 bytes res/drawable-hdpi/ic_lockscreen_unlock_normal.png | Bin 1376 -> 0 bytes res/drawable-mdpi/ic_lockscreen_handle_normal.png | Bin 0 -> 3855 bytes res/drawable-mdpi/ic_lockscreen_unlock_normal.png | Bin 1041 -> 0 bytes res/drawable-xhdpi/ic_lockscreen_handle_normal.png | Bin 0 -> 10200 bytes res/drawable-xhdpi/ic_lockscreen_unlock_normal.png | Bin 1760 -> 0 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/drawable-hdpi/ic_lockscreen_handle_normal.png delete mode 100644 res/drawable-hdpi/ic_lockscreen_unlock_normal.png create mode 100644 res/drawable-mdpi/ic_lockscreen_handle_normal.png delete mode 100644 res/drawable-mdpi/ic_lockscreen_unlock_normal.png create mode 100644 res/drawable-xhdpi/ic_lockscreen_handle_normal.png delete mode 100644 res/drawable-xhdpi/ic_lockscreen_unlock_normal.png diff --git a/res/drawable-hdpi/ic_lockscreen_handle_normal.png b/res/drawable-hdpi/ic_lockscreen_handle_normal.png new file mode 100644 index 000000000..940405e3d Binary files /dev/null and b/res/drawable-hdpi/ic_lockscreen_handle_normal.png differ diff --git a/res/drawable-hdpi/ic_lockscreen_unlock_normal.png b/res/drawable-hdpi/ic_lockscreen_unlock_normal.png deleted file mode 100644 index 39608932b..000000000 Binary files a/res/drawable-hdpi/ic_lockscreen_unlock_normal.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_lockscreen_handle_normal.png b/res/drawable-mdpi/ic_lockscreen_handle_normal.png new file mode 100644 index 000000000..e7c64eb7c Binary files /dev/null and b/res/drawable-mdpi/ic_lockscreen_handle_normal.png differ diff --git a/res/drawable-mdpi/ic_lockscreen_unlock_normal.png b/res/drawable-mdpi/ic_lockscreen_unlock_normal.png deleted file mode 100644 index 52866f258..000000000 Binary files a/res/drawable-mdpi/ic_lockscreen_unlock_normal.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_lockscreen_handle_normal.png b/res/drawable-xhdpi/ic_lockscreen_handle_normal.png new file mode 100644 index 000000000..f902646ce Binary files /dev/null and b/res/drawable-xhdpi/ic_lockscreen_handle_normal.png differ diff --git a/res/drawable-xhdpi/ic_lockscreen_unlock_normal.png b/res/drawable-xhdpi/ic_lockscreen_unlock_normal.png deleted file mode 100644 index 0422117f7..000000000 Binary files a/res/drawable-xhdpi/ic_lockscreen_unlock_normal.png and /dev/null differ -- cgit v1.2.3