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

Commit 405bebef authored by Beth Thibodeau's avatar Beth Thibodeau Committed by Automerger Merge Worker
Browse files

[DO NOT MERGE] Fix layout for errorprone build am: 79709cfb

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

Change-Id: I7e9330b7fcd5430176fe1a5f324b9bf4ea11f28a
parents 43ef04ef 79709cfb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@
    android:layout_height="wrap_content">
    <TextView
        android:id="@+id/global_actions_change_message"
        android:layout_width="0dp"
        android:layout_width="wrap_content"
        android:visibility="gone"
        android:layout_height="wrap_content"
        android:text="@string/global_actions_change_description" />
    <ImageView