aboutsummaryrefslogtreecommitdiff
path: root/src/com/android/car/calendar/EventCalendarItem.java
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 /src/com/android/car/calendar/EventCalendarItem.java
parent6f135a797302cc21ae9dc8a4aa98ce99cec548d5 (diff)
parent5fe2bce08cb75583d4636aa633a61241b66aa877 (diff)
downloadCalendar-7d430a6b6adcdf803124ef2f0943c8917a0dc916.tar.gz
Merge "Remove DrawableStateImageButton" into rvc-qpr-dev
Diffstat (limited to 'src/com/android/car/calendar/EventCalendarItem.java')
-rw-r--r--src/com/android/car/calendar/EventCalendarItem.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/com/android/car/calendar/EventCalendarItem.java b/src/com/android/car/calendar/EventCalendarItem.java
index 0642baa..a7c023d 100644
--- a/src/com/android/car/calendar/EventCalendarItem.java
+++ b/src/com/android/car/calendar/EventCalendarItem.java
@@ -30,6 +30,7 @@ import android.text.style.StyleSpan;
import android.view.LayoutInflater;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
+import android.widget.ImageButton;
import android.widget.TextView;
import android.widget.Toast;
@@ -171,8 +172,8 @@ class EventCalendarItem implements CalendarItem {
private final TextView mTitleView;
private final TextView mDescriptionView;
- private final DrawableStateImageButton mPrimaryActionButton;
- private final DrawableStateImageButton mSecondaryActionButton;
+ private final ImageButton mPrimaryActionButton;
+ private final ImageButton mSecondaryActionButton;
private final int mCalendarIndicatorSize;
private final int mCalendarIndicatorPadding;
@ColorInt private final int mTimeTextColor;