Merge "Fix date going missing in QS" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ff9a2790b7
@@ -167,6 +167,9 @@ public class QSFooter extends LinearLayout implements
|
||||
if (mAlarmShowing) {
|
||||
builder.addFloat(mDate, "alpha", 1, 0)
|
||||
.addFloat(mDateTimeGroup, "translationX", 0, -mDate.getWidth());
|
||||
} else {
|
||||
mDate.setAlpha(1);
|
||||
mDateTimeGroup.setTranslationX(0);
|
||||
}
|
||||
mAnimator = builder.build();
|
||||
setExpansion(mExpansionAmount);
|
||||
|
||||
Reference in New Issue
Block a user