1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-02-17 04:00:39 +01:00

Fixed lint

This commit is contained in:
Nite 2021-10-11 17:43:17 +02:00
parent 256f785d39
commit 86f2aa1656
No known key found for this signature in database
GPG Key ID: 1D1AD59B1C6386C1

View File

@ -6,9 +6,17 @@
a:layout_width="match_parent"
a:layout_height="wrap_content"
a:gravity="bottom"
a:background="?attr/colorPrimary"
a:orientation="vertical">
<ImageView
a:id="@+id/img_header_bg"
a:layout_width="match_parent"
a:layout_height="0dp"
a:scaleType="fitXY"
a:src="?attr/colorPrimary"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
a:id="@+id/img_profile"
a:layout_width="52dp"