aboutsummaryrefslogtreecommitdiff
path: root/res/layout/event_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/event_item.xml')
-rw-r--r--res/layout/event_item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/event_item.xml b/res/layout/event_item.xml
index 68dda47..5d70907 100644
--- a/res/layout/event_item.xml
+++ b/res/layout/event_item.xml
@@ -46,7 +46,7 @@
</LinearLayout>
<!-- Secondary action icon. -->
- <com.android.car.calendar.DrawableStateImageButton
+ <android.widget.ImageButton
android:id="@+id/primary_action_button"
android:layout_width="@dimen/car_ui_list_item_height"
android:layout_height="@dimen/car_ui_list_item_height"
@@ -57,7 +57,7 @@
android:layout_gravity="center"/>
<!-- Secondary action icon. -->
- <com.android.car.calendar.DrawableStateImageButton
+ <android.widget.ImageButton
android:id="@+id/secondary_action_button"
android:layout_width="@dimen/car_ui_list_item_height"
android:layout_height="@dimen/car_ui_list_item_height"