summaryrefslogtreecommitdiffstats
path: root/res/layout/event_info_dialog.xml
diff options
context:
space:
mode:
authorIsaac Katzenelson <isaack@android.com>2012-03-02 14:52:31 -0800
committerIsaac Katzenelson <isaack@android.com>2012-03-02 14:55:57 -0800
commit18ad813635569c142cc9178cd70864c183601c5c (patch)
treefd4282de2e0cf672f886bac67aaca4fc6c15c48d /res/layout/event_info_dialog.xml
parent1135dbce345ee9280fb4edf36df8674be2cfa214 (diff)
downloadandroid_packages_apps_Calendar-18ad813635569c142cc9178cd70864c183601c5c.tar.gz
android_packages_apps_Calendar-18ad813635569c142cc9178cd70864c183601c5c.tar.bz2
android_packages_apps_Calendar-18ad813635569c142cc9178cd70864c183601c5c.zip
Add press and focus state to event_info buttons
Bug: 5933822 EventInfo - Delete, Edit, Add Reminder don't have a on-press state. Change-Id: I83fde90fbfa388e69e460353ed650a399349cb29
Diffstat (limited to 'res/layout/event_info_dialog.xml')
-rw-r--r--res/layout/event_info_dialog.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/event_info_dialog.xml b/res/layout/event_info_dialog.xml
index 68c1e5b5..9aa58899 100644
--- a/res/layout/event_info_dialog.xml
+++ b/res/layout/event_info_dialog.xml
@@ -100,7 +100,7 @@
android:layout_marginTop="8dip"
android:layout_marginRight="16dip"
style="?android:attr/buttonBarButtonStyle"
- android:background="@drawable/ic_menu_compose_holo_dark" />
+ android:background="@drawable/event_info_compose_button" />
<Button
android:id="@+id/delete"
android:layout_width="32dip"
@@ -109,7 +109,7 @@
android:layout_marginLeft="16dip"
android:layout_weight="1"
style="?android:attr/buttonBarButtonStyle"
- android:background="@drawable/ic_menu_trash_holo_dark" />
+ android:background="@drawable/event_info_delete_button" />
</LinearLayout>
</LinearLayout>