Closes #2004 - Set base alpha of quick action overlay to visible (#2007)

This commit is contained in:
Emily Kager 2019-04-25 07:33:53 -07:00 committed by Sawyer Blatz
parent 160e5ea1c8
commit f7963bc153

View File

@ -96,7 +96,7 @@
android:id="@+id/overlay"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:alpha="1.0"
android:alpha="0.0"
android:background="?foundation" />
</FrameLayout>
</LinearLayout>