Merge "AOD: More VisD updates" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
67ee79e84f
@@ -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">
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user