summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2009-05-18 15:31:17 -0700
committerOwen Lin <owenlin@google.com>2009-05-22 01:47:45 -0700
commit059daa36dc6e83ca24a16d9b99925e71010bcceb (patch)
tree5e93d058a7f870a26ed214784ad60dd1ddad6ee5 /res/drawable
parent938aad0bd611642c121c4ca28f2d79502aa3cff9 (diff)
downloadLegacyCamera-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.pngbin0 -> 130 bytes
-rw-r--r--res/drawable/ic_btn_background.xml23
-rw-r--r--res/drawable/ic_btn_default.pngbin0 -> 970 bytes
-rw-r--r--res/drawable/ic_btn_pressed.pngbin0 -> 995 bytes
-rw-r--r--res/drawable/ic_btn_selected.pngbin0 -> 1315 bytes
-rw-r--r--res/drawable/ic_camera_indicator_photo.pngbin1330 -> 1212 bytes
-rw-r--r--res/drawable/ic_camera_indicator_stop.pngbin0 -> 389 bytes
-rw-r--r--res/drawable/ic_camera_indicator_video.pngbin929 -> 832 bytes
-rw-r--r--[-rwxr-xr-x]res/drawable/ic_menu_multiselect_gallery.pngbin1645 -> 1645 bytes
-rw-r--r--res/drawable/selection_arrow_active.pngbin0 -> 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
new file mode 100644
index 0000000..3c5d7b0
--- /dev/null
+++ b/res/drawable/btn_bar_camera.9.png
Binary files differ
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
new file mode 100644
index 0000000..b5da102
--- /dev/null
+++ b/res/drawable/ic_btn_default.png
Binary files differ
diff --git a/res/drawable/ic_btn_pressed.png b/res/drawable/ic_btn_pressed.png
new file mode 100644
index 0000000..cf6a996
--- /dev/null
+++ b/res/drawable/ic_btn_pressed.png
Binary files differ
diff --git a/res/drawable/ic_btn_selected.png b/res/drawable/ic_btn_selected.png
new file mode 100644
index 0000000..1326fac
--- /dev/null
+++ b/res/drawable/ic_btn_selected.png
Binary files differ
diff --git a/res/drawable/ic_camera_indicator_photo.png b/res/drawable/ic_camera_indicator_photo.png
index d6c02da..adbb999 100644
--- a/res/drawable/ic_camera_indicator_photo.png
+++ b/res/drawable/ic_camera_indicator_photo.png
Binary files differ
diff --git a/res/drawable/ic_camera_indicator_stop.png b/res/drawable/ic_camera_indicator_stop.png
new file mode 100644
index 0000000..c0ff91b
--- /dev/null
+++ b/res/drawable/ic_camera_indicator_stop.png
Binary files differ
diff --git a/res/drawable/ic_camera_indicator_video.png b/res/drawable/ic_camera_indicator_video.png
index c160c66..7742965 100644
--- a/res/drawable/ic_camera_indicator_video.png
+++ b/res/drawable/ic_camera_indicator_video.png
Binary files differ
diff --git a/res/drawable/ic_menu_multiselect_gallery.png b/res/drawable/ic_menu_multiselect_gallery.png
index cb342c6..cb342c6 100755..100644
--- a/res/drawable/ic_menu_multiselect_gallery.png
+++ b/res/drawable/ic_menu_multiselect_gallery.png
Binary files differ
diff --git a/res/drawable/selection_arrow_active.png b/res/drawable/selection_arrow_active.png
new file mode 100644
index 0000000..ff99cd8
--- /dev/null
+++ b/res/drawable/selection_arrow_active.png
Binary files differ