Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12e9bb36 authored by Lucas Dupin's avatar Lucas Dupin Committed by Automerger Merge Worker
Browse files

Merge "Fix overlapping alpha of shade pull down" into sc-v2-dev am: b223ed58 am: 244802fb

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16144138

Change-Id: I402e8613307231b1a51032b24dac65e2bc18f08f
parents c95f7731 244802fb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -106,6 +106,7 @@ class PlayerViewHolder private constructor(itemView: View) {
         */
        @JvmStatic fun create(inflater: LayoutInflater, parent: ViewGroup): PlayerViewHolder {
            val mediaView = inflater.inflate(R.layout.media_view, parent, false)
            mediaView.setLayerType(View.LAYER_TYPE_HARDWARE, null)
            // Because this media view (a TransitionLayout) is used to measure and layout the views
            // in various states before being attached to its parent, we can't depend on the default
            // LAYOUT_DIRECTION_INHERIT to correctly resolve the ltr direction.
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ public class BrightnessSliderView extends FrameLayout {
    @Override
    protected void onFinishInflate() {
        super.onFinishInflate();
        setLayerType(LAYER_TYPE_HARDWARE, null);

        mSlider = requireViewById(R.id.slider);
        mSlider.setAccessibilityLabel(getContentDescription().toString());