Commit cc514107 authored by Clemens Arbesser's avatar Clemens Arbesser Committed by Commit Bot

Changed overlay color from white @ .9 alpha to black @ .24 alpha.

Bug: 806868
Change-Id: I1abba285ea8d44e64d7eaee15387fd2cd5d43323
Reviewed-on: https://chromium-review.googlesource.com/c/1309786Reviewed-by: default avatarStephane Zermatten <szermatt@chromium.org>
Reviewed-by: default avatarTheresa <twellington@chromium.org>
Commit-Queue: Clemens Arbesser <arbesser@google.com>
Cr-Commit-Position: refs/heads/master@{#604310}
parent 8ec3dce6
......@@ -16,7 +16,7 @@
android:id="@+id/overlay"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white_alpha_90"
android:background="@color/black_alpha_24"
android:gravity="center"
android:clickable="true"
android:visibility="gone"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment