aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-12-10 20:52:47 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-12-10 20:52:47 +0000
commit6d2ebc0689f4c31b77b9263dc1d37c348cc52918 (patch)
tree9e6907c67a54459290bffdbaf4e5323004a440c0 /res
parent7c8d5ccddc26d2fb941da9d075392778f92ddc58 (diff)
parent31f1816dfac8542d63205fe9f3fc4377e6dbe3be (diff)
downloadCalendar-6d2ebc0689f4c31b77b9263dc1d37c348cc52918.tar.gz
Merge "Remove DrawableStateImageButton" into rvc-qpr-dev am: 7d430a6b6a am: 31f1816dfa
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Car/Calendar/+/13187568 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ibeceb7773be16188459b28575e17198f088f655e
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"