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

Commit 0b7a6ede authored by Miranda Kephart's avatar Miranda Kephart Committed by Automerger Merge Worker
Browse files

Merge "Remove duplicate screenshot view from xml" into rvc-dev am: e5fe32ec

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11792352

Change-Id: I2a1b68d0f5aa7e64d1e71ce57b2076b25eb7d6e0
parents 2d74df25 e5fe32ec
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -53,15 +53,6 @@
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"/>
    </HorizontalScrollView>
    <ImageView
        android:id="@+id/global_screenshot_animated_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_gravity="center"
        android:visibility="gone"
        android:elevation="@dimen/screenshot_preview_elevation"
        android:background="@drawable/screenshot_rounded_corners"
        android:adjustViewBounds="true"/>
    <include layout="@layout/global_screenshot_preview"/>
    <FrameLayout
        android:id="@+id/global_screenshot_dismiss_button"