summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
commita390cbfd25a5f3b2f002df725b7580bc78bd9edf (patch)
tree66b59c168d57fba8c198079da3609b3d5b976dad /res/drawable
downloadandroid_packages_apps_Calendar-a390cbfd25a5f3b2f002df725b7580bc78bd9edf.tar.gz
android_packages_apps_Calendar-a390cbfd25a5f3b2f002df725b7580bc78bd9edf.tar.bz2
android_packages_apps_Calendar-a390cbfd25a5f3b2f002df725b7580bc78bd9edf.zip
Initial Contribution
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/angenda_item.xml22
-rw-r--r--res/drawable/app_calendar.pngbin0 -> 2292 bytes
-rw-r--r--res/drawable/app_icon.pngbin0 -> 3288 bytes
-rw-r--r--res/drawable/box_appointment.xml21
-rw-r--r--res/drawable/box_appointment_longpress.9.pngbin0 -> 339 bytes
-rw-r--r--res/drawable/box_appointment_normal.9.pngbin0 -> 421 bytes
-rw-r--r--res/drawable/box_appointment_pressed.9.pngbin0 -> 339 bytes
-rw-r--r--res/drawable/box_appointment_selected.9.pngbin0 -> 392 bytes
-rw-r--r--res/drawable/box_color_white.9.pngbin0 -> 2976 bytes
-rw-r--r--res/drawable/calendars_item.xml22
-rw-r--r--res/drawable/dna_1_of_6.pngbin0 -> 262 bytes
-rw-r--r--res/drawable/dna_2345_of_6.pngbin0 -> 220 bytes
-rw-r--r--res/drawable/dna_6_of_6.pngbin0 -> 264 bytes
-rw-r--r--res/drawable/dna_empty.pngbin0 -> 582 bytes
-rw-r--r--res/drawable/ic_alarm_dark.pngbin0 -> 288 bytes
-rw-r--r--res/drawable/ic_alarm_white.pngbin0 -> 297 bytes
-rw-r--r--res/drawable/ic_menu_reminder.pngbin0 -> 4766 bytes
-rw-r--r--res/drawable/ic_menu_show_list.pngbin0 -> 1342 bytes
-rw-r--r--res/drawable/ic_repeat_dark.pngbin0 -> 439 bytes
-rw-r--r--res/drawable/ic_repeat_white.pngbin0 -> 363 bytes
-rw-r--r--res/drawable/ic_statusbar_calendar.pngbin0 -> 728 bytes
-rw-r--r--res/drawable/line.xml23
-rw-r--r--res/drawable/month_view_background.9.pngbin0 -> 3105 bytes
-rw-r--r--res/drawable/month_view_longpress.9.pngbin0 -> 876 bytes
-rw-r--r--res/drawable/month_view_pressed.9.pngbin0 -> 813 bytes
-rw-r--r--res/drawable/month_view_selected.9.pngbin0 -> 546 bytes
-rw-r--r--res/drawable/month_view_today_background.9.pngbin0 -> 3106 bytes
-rw-r--r--res/drawable/panel_section_divider.9.pngbin0 -> 2962 bytes
-rw-r--r--res/drawable/round_rect.xml23
-rw-r--r--res/drawable/section_divider.9.pngbin0 -> 2962 bytes
-rw-r--r--res/drawable/selection.xml27
-rwxr-xr-xres/drawable/stat_notify_calendar.pngbin0 -> 533 bytes
-rw-r--r--res/drawable/sym_calendar_event.pngbin0 -> 130 bytes
-rw-r--r--res/drawable/title_left_arrow.pngbin0 -> 2866 bytes
-rw-r--r--res/drawable/title_right_arrow.pngbin0 -> 2862 bytes
35 files changed, 138 insertions, 0 deletions
diff --git a/res/drawable/angenda_item.xml b/res/drawable/angenda_item.xml
new file mode 100644
index 00000000..e63e41cb
--- /dev/null
+++ b/res/drawable/angenda_item.xml
@@ -0,0 +1,22 @@
+<?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.
+-->
+
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+
+ <corners android:radius="8dip"/>
+ <solid android:color="#ffffffff"/>
+</shape>
diff --git a/res/drawable/app_calendar.png b/res/drawable/app_calendar.png
new file mode 100644
index 00000000..5e07a156
--- /dev/null
+++ b/res/drawable/app_calendar.png
Binary files differ
diff --git a/res/drawable/app_icon.png b/res/drawable/app_icon.png
new file mode 100644
index 00000000..92410907
--- /dev/null
+++ b/res/drawable/app_icon.png
Binary files differ
diff --git a/res/drawable/box_appointment.xml b/res/drawable/box_appointment.xml
new file mode 100644
index 00000000..e3d76e79
--- /dev/null
+++ b/res/drawable/box_appointment.xml
@@ -0,0 +1,21 @@
+<?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/box_appointment_pressed" />
+ <item android:state_selected="true" android:drawable="@drawable/box_appointment_selected" />
+ <item android:drawable="@drawable/box_appointment_normal" />
+</selector>
diff --git a/res/drawable/box_appointment_longpress.9.png b/res/drawable/box_appointment_longpress.9.png
new file mode 100644
index 00000000..b3a63baa
--- /dev/null
+++ b/res/drawable/box_appointment_longpress.9.png
Binary files differ
diff --git a/res/drawable/box_appointment_normal.9.png b/res/drawable/box_appointment_normal.9.png
new file mode 100644
index 00000000..b5c56844
--- /dev/null
+++ b/res/drawable/box_appointment_normal.9.png
Binary files differ
diff --git a/res/drawable/box_appointment_pressed.9.png b/res/drawable/box_appointment_pressed.9.png
new file mode 100644
index 00000000..d05e886a
--- /dev/null
+++ b/res/drawable/box_appointment_pressed.9.png
Binary files differ
diff --git a/res/drawable/box_appointment_selected.9.png b/res/drawable/box_appointment_selected.9.png
new file mode 100644
index 00000000..51808d6d
--- /dev/null
+++ b/res/drawable/box_appointment_selected.9.png
Binary files differ
diff --git a/res/drawable/box_color_white.9.png b/res/drawable/box_color_white.9.png
new file mode 100644
index 00000000..aaaa3812
--- /dev/null
+++ b/res/drawable/box_color_white.9.png
Binary files differ
diff --git a/res/drawable/calendars_item.xml b/res/drawable/calendars_item.xml
new file mode 100644
index 00000000..6520b528
--- /dev/null
+++ b/res/drawable/calendars_item.xml
@@ -0,0 +1,22 @@
+<?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.
+-->
+
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+
+ <corners android:radius="6dip"/>
+ <solid android:color="#00ffffff"/>
+</shape>
diff --git a/res/drawable/dna_1_of_6.png b/res/drawable/dna_1_of_6.png
new file mode 100644
index 00000000..af524bc5
--- /dev/null
+++ b/res/drawable/dna_1_of_6.png
Binary files differ
diff --git a/res/drawable/dna_2345_of_6.png b/res/drawable/dna_2345_of_6.png
new file mode 100644
index 00000000..b2a22d90
--- /dev/null
+++ b/res/drawable/dna_2345_of_6.png
Binary files differ
diff --git a/res/drawable/dna_6_of_6.png b/res/drawable/dna_6_of_6.png
new file mode 100644
index 00000000..97914c5b
--- /dev/null
+++ b/res/drawable/dna_6_of_6.png
Binary files differ
diff --git a/res/drawable/dna_empty.png b/res/drawable/dna_empty.png
new file mode 100644
index 00000000..257c00aa
--- /dev/null
+++ b/res/drawable/dna_empty.png
Binary files differ
diff --git a/res/drawable/ic_alarm_dark.png b/res/drawable/ic_alarm_dark.png
new file mode 100644
index 00000000..8e0a0cfb
--- /dev/null
+++ b/res/drawable/ic_alarm_dark.png
Binary files differ
diff --git a/res/drawable/ic_alarm_white.png b/res/drawable/ic_alarm_white.png
new file mode 100644
index 00000000..54fa86e1
--- /dev/null
+++ b/res/drawable/ic_alarm_white.png
Binary files differ
diff --git a/res/drawable/ic_menu_reminder.png b/res/drawable/ic_menu_reminder.png
new file mode 100644
index 00000000..23c6936f
--- /dev/null
+++ b/res/drawable/ic_menu_reminder.png
Binary files differ
diff --git a/res/drawable/ic_menu_show_list.png b/res/drawable/ic_menu_show_list.png
new file mode 100644
index 00000000..debced4b
--- /dev/null
+++ b/res/drawable/ic_menu_show_list.png
Binary files differ
diff --git a/res/drawable/ic_repeat_dark.png b/res/drawable/ic_repeat_dark.png
new file mode 100644
index 00000000..9ad78c88
--- /dev/null
+++ b/res/drawable/ic_repeat_dark.png
Binary files differ
diff --git a/res/drawable/ic_repeat_white.png b/res/drawable/ic_repeat_white.png
new file mode 100644
index 00000000..95bef880
--- /dev/null
+++ b/res/drawable/ic_repeat_white.png
Binary files differ
diff --git a/res/drawable/ic_statusbar_calendar.png b/res/drawable/ic_statusbar_calendar.png
new file mode 100644
index 00000000..9539623b
--- /dev/null
+++ b/res/drawable/ic_statusbar_calendar.png
Binary files differ
diff --git a/res/drawable/line.xml b/res/drawable/line.xml
new file mode 100644
index 00000000..9ffd504a
--- /dev/null
+++ b/res/drawable/line.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2006, 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.
+*/
+-->
+<shape xmlns:android="http://schemas.android.com/apk/res/android" type="line">
+ <stroke android:width="1dp" android:color="#ff000000" />
+ <padding android:left="0dp" android:top="1dp"
+ android:right="0dp" android:bottom="1dp" />
+</shape>
diff --git a/res/drawable/month_view_background.9.png b/res/drawable/month_view_background.9.png
new file mode 100644
index 00000000..8a8bfcbf
--- /dev/null
+++ b/res/drawable/month_view_background.9.png
Binary files differ
diff --git a/res/drawable/month_view_longpress.9.png b/res/drawable/month_view_longpress.9.png
new file mode 100644
index 00000000..e84b4fa9
--- /dev/null
+++ b/res/drawable/month_view_longpress.9.png
Binary files differ
diff --git a/res/drawable/month_view_pressed.9.png b/res/drawable/month_view_pressed.9.png
new file mode 100644
index 00000000..70c0f945
--- /dev/null
+++ b/res/drawable/month_view_pressed.9.png
Binary files differ
diff --git a/res/drawable/month_view_selected.9.png b/res/drawable/month_view_selected.9.png
new file mode 100644
index 00000000..67a6e2e9
--- /dev/null
+++ b/res/drawable/month_view_selected.9.png
Binary files differ
diff --git a/res/drawable/month_view_today_background.9.png b/res/drawable/month_view_today_background.9.png
new file mode 100644
index 00000000..42e54f0d
--- /dev/null
+++ b/res/drawable/month_view_today_background.9.png
Binary files differ
diff --git a/res/drawable/panel_section_divider.9.png b/res/drawable/panel_section_divider.9.png
new file mode 100644
index 00000000..46098aef
--- /dev/null
+++ b/res/drawable/panel_section_divider.9.png
Binary files differ
diff --git a/res/drawable/round_rect.xml b/res/drawable/round_rect.xml
new file mode 100644
index 00000000..37c9237f
--- /dev/null
+++ b/res/drawable/round_rect.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2007 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.
+-->
+
+<shape xmlns:android="http://schemas.android.com/apk/res/android" type="rectangle">
+ <solid android:color="#00000000"/>
+ <stroke android:width="1dp" android:color="#ff5782c3" />
+ <padding android:left="7dp" android:top="7dp"
+ android:right="7dp" android:bottom="7dp" />
+ <corners android:radius="8dp" />
+</shape>
diff --git a/res/drawable/section_divider.9.png b/res/drawable/section_divider.9.png
new file mode 100644
index 00000000..46098aef
--- /dev/null
+++ b/res/drawable/section_divider.9.png
Binary files differ
diff --git a/res/drawable/selection.xml b/res/drawable/selection.xml
new file mode 100644
index 00000000..7ca6b555
--- /dev/null
+++ b/res/drawable/selection.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/* //device/apps/Calendar/assets/res/any/drawable/selection.xml
+**
+** Copyright 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.
+*/
+-->
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <gradient android:startColor="#ffffffff" android:endColor="#ffffaa00"
+ android:angle="270"/>
+ <stroke android:width="1dp" android:color="#ffc1a43a"/>
+ <corners android:radius="0dp"/>
+ <padding android:left="0dp" android:top="0dp"
+ android:right="0dp" android:bottom="0dp" />
+</shape>
diff --git a/res/drawable/stat_notify_calendar.png b/res/drawable/stat_notify_calendar.png
new file mode 100755
index 00000000..4433a16a
--- /dev/null
+++ b/res/drawable/stat_notify_calendar.png
Binary files differ
diff --git a/res/drawable/sym_calendar_event.png b/res/drawable/sym_calendar_event.png
new file mode 100644
index 00000000..43428a1c
--- /dev/null
+++ b/res/drawable/sym_calendar_event.png
Binary files differ
diff --git a/res/drawable/title_left_arrow.png b/res/drawable/title_left_arrow.png
new file mode 100644
index 00000000..5734b8aa
--- /dev/null
+++ b/res/drawable/title_left_arrow.png
Binary files differ
diff --git a/res/drawable/title_right_arrow.png b/res/drawable/title_right_arrow.png
new file mode 100644
index 00000000..402051a6
--- /dev/null
+++ b/res/drawable/title_right_arrow.png
Binary files differ