mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-24 04:40:56 +03:00
Fixed lint
This commit is contained in:
parent
256f785d39
commit
86f2aa1656
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user