summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
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>