aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-12-10 20:00:15 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-12-10 20:00:15 +0000
commit7d430a6b6adcdf803124ef2f0943c8917a0dc916 (patch)
tree0c99f6f38475050842708d2c10a19513133dd96d /res
parent6f135a797302cc21ae9dc8a4aa98ce99cec548d5 (diff)
parent5fe2bce08cb75583d4636aa633a61241b66aa877 (diff)
downloadCalendar-7d430a6b6adcdf803124ef2f0943c8917a0dc916.tar.gz
Merge "Remove DrawableStateImageButton" into rvc-qpr-dev
Diffstat (limited to 'res')
-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"