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

Commit 29350ae9 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: I07c6589b08202d7cb9c925282d9ce87178576664
parents efc23308 79709cfb
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,8 @@
    android:layout_height="wrap_content">
    android:layout_height="wrap_content">
    <TextView
    <TextView
        android:id="@+id/global_actions_change_message"
        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:layout_height="wrap_content"
        android:text="@string/global_actions_change_description" />
        android:text="@string/global_actions_change_description" />
    <ImageView
    <ImageView