Merge "[DO NOT MERGE] Fix layout for errorprone build" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b2c6cd7474
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user