Commit 4e335d2e authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Temporary fix for eventinfo buttons

Change-Id: Id6f21f4640a419aa56007c1e947a3ca81c5ff21d
parent 6e66ebd4
res/drawable-hdpi/event_info_compose_holo_light.png

577 Bytes

res/drawable-hdpi/event_info_trash_holo_light.png

398 Bytes

res/drawable-mdpi/event_info_compose_holo_light.png

488 Bytes

res/drawable-mdpi/event_info_trash_holo_light.png

388 Bytes

......@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment