Skip to content

Commit d1a13db

Browse files
committed
Fix build
Change-Id: I898f895d66b990cbf53d1a6724c18d280cbe80cd
1 parent 6c623d3 commit d1a13db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

storage/app/src/main/res/layout/activity_firebase_ui.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<ImageView
1010
android:id="@+id/imageView"
1111
android:layout_width="wrap_content"
12-
android:layout_height="wrap_content" />
12+
android:layout_height="wrap_content"
13+
app:layout_constraintTop_toTopOf="parent"
14+
app:layout_constraintLeft_toLeftOf="parent" />
1315

1416
</android.support.constraint.ConstraintLayout>

0 commit comments

Comments
 (0)