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

Commit 40723470 authored by Nick Deakin's avatar Nick Deakin Committed by Automerger Merge Worker
Browse files

Merge "SilkFX: fix gainmap metadata editor size" into udc-dev am: d33c5e3d...

Merge "SilkFX: fix gainmap metadata editor size" into udc-dev am: d33c5e3d am: b132d7d8 am: ab8bb48b

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



Change-Id: I99b2197f205ab4dc2790193b34e364af31aff0c1
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c2c51a3f ab8bb48b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@
    android:layout_height="wrap_content">

    <LinearLayout
        android:layout_width="350dp"
        android:layout_height="300dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerHorizontal="true"
        android:padding="8dp"
        android:orientation="vertical"