diff options
author | Owen Lin <owenlin@google.com> | 2009-05-18 15:31:17 -0700 |
---|---|---|
committer | Owen Lin <owenlin@google.com> | 2009-05-22 01:47:45 -0700 |
commit | 059daa36dc6e83ca24a16d9b99925e71010bcceb (patch) | |
tree | 5e93d058a7f870a26ed214784ad60dd1ddad6ee5 /res/drawable | |
parent | 938aad0bd611642c121c4ca28f2d79502aa3cff9 (diff) | |
download | LegacyCamera-059daa36dc6e83ca24a16d9b99925e71010bcceb.zip LegacyCamera-059daa36dc6e83ca24a16d9b99925e71010bcceb.tar.gz LegacyCamera-059daa36dc6e83ca24a16d9b99925e71010bcceb.tar.bz2 |
New UI for donut's camera !!
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/btn_bar_camera.9.png | bin | 0 -> 130 bytes | |||
-rw-r--r-- | res/drawable/ic_btn_background.xml | 23 | ||||
-rw-r--r-- | res/drawable/ic_btn_default.png | bin | 0 -> 970 bytes | |||
-rw-r--r-- | res/drawable/ic_btn_pressed.png | bin | 0 -> 995 bytes | |||
-rw-r--r-- | res/drawable/ic_btn_selected.png | bin | 0 -> 1315 bytes | |||
-rw-r--r-- | res/drawable/ic_camera_indicator_photo.png | bin | 1330 -> 1212 bytes | |||
-rw-r--r-- | res/drawable/ic_camera_indicator_stop.png | bin | 0 -> 389 bytes | |||
-rw-r--r-- | res/drawable/ic_camera_indicator_video.png | bin | 929 -> 832 bytes | |||
-rw-r--r--[-rwxr-xr-x] | res/drawable/ic_menu_multiselect_gallery.png | bin | 1645 -> 1645 bytes | |||
-rw-r--r-- | res/drawable/selection_arrow_active.png | bin | 0 -> 339 bytes |
10 files changed, 23 insertions, 0 deletions
diff --git a/res/drawable/btn_bar_camera.9.png b/res/drawable/btn_bar_camera.9.png Binary files differnew file mode 100644 index 0000000..3c5d7b0 --- /dev/null +++ b/res/drawable/btn_bar_camera.9.png diff --git a/res/drawable/ic_btn_background.xml b/res/drawable/ic_btn_background.xml new file mode 100644 index 0000000..069e04e --- /dev/null +++ b/res/drawable/ic_btn_background.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2008 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_pressed="true" android:drawable="@drawable/ic_btn_pressed" /> + <item android:state_window_focused="true" + android:state_focused="true" + android:drawable="@drawable/ic_btn_selected" /> + <item android:drawable="@drawable/ic_btn_default" /> +</selector> diff --git a/res/drawable/ic_btn_default.png b/res/drawable/ic_btn_default.png Binary files differnew file mode 100644 index 0000000..b5da102 --- /dev/null +++ b/res/drawable/ic_btn_default.png diff --git a/res/drawable/ic_btn_pressed.png b/res/drawable/ic_btn_pressed.png Binary files differnew file mode 100644 index 0000000..cf6a996 --- /dev/null +++ b/res/drawable/ic_btn_pressed.png diff --git a/res/drawable/ic_btn_selected.png b/res/drawable/ic_btn_selected.png Binary files differnew file mode 100644 index 0000000..1326fac --- /dev/null +++ b/res/drawable/ic_btn_selected.png diff --git a/res/drawable/ic_camera_indicator_photo.png b/res/drawable/ic_camera_indicator_photo.png Binary files differindex d6c02da..adbb999 100644 --- a/res/drawable/ic_camera_indicator_photo.png +++ b/res/drawable/ic_camera_indicator_photo.png diff --git a/res/drawable/ic_camera_indicator_stop.png b/res/drawable/ic_camera_indicator_stop.png Binary files differnew file mode 100644 index 0000000..c0ff91b --- /dev/null +++ b/res/drawable/ic_camera_indicator_stop.png diff --git a/res/drawable/ic_camera_indicator_video.png b/res/drawable/ic_camera_indicator_video.png Binary files differindex c160c66..7742965 100644 --- a/res/drawable/ic_camera_indicator_video.png +++ b/res/drawable/ic_camera_indicator_video.png diff --git a/res/drawable/ic_menu_multiselect_gallery.png b/res/drawable/ic_menu_multiselect_gallery.png Binary files differindex cb342c6..cb342c6 100755..100644 --- a/res/drawable/ic_menu_multiselect_gallery.png +++ b/res/drawable/ic_menu_multiselect_gallery.png diff --git a/res/drawable/selection_arrow_active.png b/res/drawable/selection_arrow_active.png Binary files differnew file mode 100644 index 0000000..ff99cd8 --- /dev/null +++ b/res/drawable/selection_arrow_active.png |