Merge "DO NOT MERGE: Downbranch merge conflict [Output Switcher] Don't show checkmark when only a device connected" into tm-dev
This commit is contained in:
@@ -211,16 +211,13 @@ public class MediaOutputAdapter extends MediaOutputBaseAdapter {
|
|||||||
View.IMPORTANT_FOR_ACCESSIBILITY_YES);
|
View.IMPORTANT_FOR_ACCESSIBILITY_YES);
|
||||||
setUpContentDescriptionForView(mEndTouchArea, true, device);
|
setUpContentDescriptionForView(mEndTouchArea, true, device);
|
||||||
} else if (!mController.hasAdjustVolumeUserRestriction() && currentlyConnected) {
|
} else if (!mController.hasAdjustVolumeUserRestriction() && currentlyConnected) {
|
||||||
mStatusIcon.setImageDrawable(
|
|
||||||
mContext.getDrawable(R.drawable.media_output_status_check));
|
|
||||||
mStatusIcon.setColorFilter(mController.getColorItemContent());
|
|
||||||
mTitleIcon.setImageDrawable(
|
mTitleIcon.setImageDrawable(
|
||||||
mContext.getDrawable(R.drawable.media_output_icon_volume));
|
mContext.getDrawable(R.drawable.media_output_icon_volume));
|
||||||
mTitleIcon.setColorFilter(mController.getColorItemContent());
|
mTitleIcon.setColorFilter(mController.getColorItemContent());
|
||||||
mTitleText.setTextColor(mController.getColorItemContent());
|
mTitleText.setTextColor(mController.getColorItemContent());
|
||||||
setSingleLineLayout(getItemTitle(device), true /* bFocused */,
|
setSingleLineLayout(getItemTitle(device), true /* bFocused */,
|
||||||
true /* showSeekBar */,
|
true /* showSeekBar */,
|
||||||
false /* showProgressBar */, true /* showStatus */);
|
false /* showProgressBar */, false /* showStatus */);
|
||||||
initSeekbar(device, isCurrentSeekbarInvisible);
|
initSeekbar(device, isCurrentSeekbarInvisible);
|
||||||
setUpContentDescriptionForView(mContainerLayout, false, device);
|
setUpContentDescriptionForView(mContainerLayout, false, device);
|
||||||
mCurrentActivePosition = position;
|
mCurrentActivePosition = position;
|
||||||
|
|||||||
Reference in New Issue
Block a user