Merge "[DO NOT MERGE] Fix layout for errorprone build" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-06-16 23:39:43 +00:00
committed by Android (Google) Code Review

View File

@@ -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