summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorIsaac Katzenelson <isaack@android.com>2011-07-08 14:54:22 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-08 14:54:22 -0700
commitbf44d0f3a8589bf605b2dc4f1c365cf026ed1e99 (patch)
tree1ebb2ef76d3d7c05ea0c30e359713ba0de081423 /res
parent59b1cf11c5127f2981652df60ed96c08b9c9c7bb (diff)
parent4e335d2eea7f903b6d94d0a5ef0543faf2ada62d (diff)
downloadandroid_packages_apps_Calendar-bf44d0f3a8589bf605b2dc4f1c365cf026ed1e99.tar.gz
android_packages_apps_Calendar-bf44d0f3a8589bf605b2dc4f1c365cf026ed1e99.tar.bz2
android_packages_apps_Calendar-bf44d0f3a8589bf605b2dc4f1c365cf026ed1e99.zip
Merge "Temporary fix for eventinfo buttons"
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/event_info_compose_holo_light.pngbin0 -> 577 bytes
-rw-r--r--res/drawable-hdpi/event_info_trash_holo_light.pngbin0 -> 398 bytes
-rw-r--r--res/drawable-mdpi/event_info_compose_holo_light.pngbin0 -> 488 bytes
-rw-r--r--res/drawable-mdpi/event_info_trash_holo_light.pngbin0 -> 388 bytes
-rw-r--r--res/layout-xlarge/event_info.xml4
5 files changed, 2 insertions, 2 deletions
diff --git a/res/drawable-hdpi/event_info_compose_holo_light.png b/res/drawable-hdpi/event_info_compose_holo_light.png
new file mode 100644
index 00000000..2d3be3e2
--- /dev/null
+++ b/res/drawable-hdpi/event_info_compose_holo_light.png
Binary files differ
diff --git a/res/drawable-hdpi/event_info_trash_holo_light.png b/res/drawable-hdpi/event_info_trash_holo_light.png
new file mode 100644
index 00000000..19d22855
--- /dev/null
+++ b/res/drawable-hdpi/event_info_trash_holo_light.png
Binary files differ
diff --git a/res/drawable-mdpi/event_info_compose_holo_light.png b/res/drawable-mdpi/event_info_compose_holo_light.png
new file mode 100644
index 00000000..7890d634
--- /dev/null
+++ b/res/drawable-mdpi/event_info_compose_holo_light.png
Binary files differ
diff --git a/res/drawable-mdpi/event_info_trash_holo_light.png b/res/drawable-mdpi/event_info_trash_holo_light.png
new file mode 100644
index 00000000..6996990e
--- /dev/null
+++ b/res/drawable-mdpi/event_info_trash_holo_light.png
Binary files differ
diff --git a/res/layout-xlarge/event_info.xml b/res/layout-xlarge/event_info.xml
index c4f390a4..1fe68ceb 100644
--- a/res/layout-xlarge/event_info.xml
+++ b/res/layout-xlarge/event_info.xml
@@ -75,7 +75,7 @@
android:layout_marginTop="16dip"
android:layout_marginRight="16dip"
style="?android:attr/buttonBarButtonStyle"
- android:background="@drawable/ic_menu_compose_holo_light" />
+ android:background="@drawable/event_info_compose_holo_light" />
<Button
android:id="@+id/delete"
android:layout_width="32dip"
@@ -84,7 +84,7 @@
android:layout_marginLeft="16dip"
android:layout_weight="1"
style="?android:attr/buttonBarButtonStyle"
- android:background="@drawable/ic_menu_trash_holo_light" />
+ android:background="@drawable/event_info_trash_holo_light" />
</LinearLayout>
</LinearLayout>