SeamlessMedia button as one of media action button
- Implement the mechanism for Seamless button in the group of media action button. - Have a fake Seamless icon in the right of media action button group. - Need to bind with MediaOutputSlice that are implementing. Bug: 118428931 Test: Build pass Change-Id: Idc51d416cc1fc85babdc83d138c8558db5ed5d8e
This commit is contained in:
@@ -8122,6 +8122,10 @@ public class Notification implements Parcelable
|
||||
big.setViewVisibility(MEDIA_BUTTON_IDS[i], View.GONE);
|
||||
}
|
||||
}
|
||||
bindMediaActionButton(big, R.id.media_seamless, new Action(R.drawable.ic_media_seamless,
|
||||
mBuilder.mContext.getString(
|
||||
com.android.internal.R.string.ext_media_seamless_action), null), p);
|
||||
big.setViewVisibility(R.id.media_seamless, View.GONE);
|
||||
handleImage(big);
|
||||
return big;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user