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

Commit 9ecd0242 authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge "AOD: More VisD updates" into oc-dev am: 67ee79e8

am: 1ac14163

Change-Id: I2216b17f6a2dc585e088940d405ab2d42552acad
parents 810d99e2 1ac14163
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
            android:layout_gravity="top"
            android:layout_marginTop="@dimen/notification_content_margin_top"
            android:layout_marginBottom="@dimen/notification_action_list_height"
            android:paddingTop="10dp"
            android:clipToPadding="false"
            android:orientation="vertical">

+1 −1
Original line number Diff line number Diff line
@@ -301,7 +301,7 @@ public class KeyguardStatusView extends GridLayout {

    private void updateDozeVisibleViews() {
        for (View child : mVisibleInDoze) {
            child.setAlpha(mDark && mPulsing ? 0.5f : 1);
            child.setAlpha(mDark && mPulsing ? 0.8f : 1);
        }
    }
}