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

Commit 79709cfb authored by Beth Thibodeau's avatar Beth Thibodeau
Browse files

[DO NOT MERGE] Fix layout for errorprone build

0dp width caused an error because there was no weight. Since this should
never be visible anyways, changed to wrap_content and visibility gone

Bug: 190505997
Test: visual, builds
Change-Id: I6ad5f50b03df78f014c59a201853b290061f9021
parent 100b0929
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