Merge "Hide dismissal swipe background before slice gets ready" into qt-dev

This commit is contained in:
TreeHugger Robot
2019-05-07 15:34:24 +00:00
committed by Android (Google) Code Review
3 changed files with 31 additions and 1 deletions

View File

@@ -20,7 +20,8 @@
android:id="@+id/dismissal_swipe_background"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/contextual_card_dismissal_background">
android:background="@color/contextual_card_dismissal_background"
android:visibility="gone">
<ImageView
android:id="@+id/dismissal_icon_start"