Skip to content

Commit eb6e20f

Browse files
committed
lottie 크기 수정
1 parent baddd7c commit eb6e20f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<layout xmlns:app="http://schemas.android.com/apk/res-auto">
2+
<layout>
33
<data>
44
<variable name="splashViewModel"
55
type="com.ddd.attendance.check.vm.SplashViewModel"/>
@@ -9,6 +9,7 @@
99
xmlns:tools="http://schemas.android.com/tools"
1010
android:layout_width="match_parent"
1111
android:background="@android:color/black"
12+
xmlns:app="http://schemas.android.com/apk/res-auto"
1213
android:layout_height="match_parent"
1314
tools:context=".ui.SplashActivity">
1415

@@ -17,7 +18,11 @@
1718
android:layout_marginEnd="10dp"
1819
app:lottie_fileName="ddd_splash.json"
1920
android:id="@+id/lottieView"
20-
android:layout_width="match_parent"
21-
android:layout_height="match_parent"/>
21+
app:layout_constraintBottom_toBottomOf="parent"
22+
app:layout_constraintRight_toRightOf="parent"
23+
app:layout_constraintLeft_toLeftOf="parent"
24+
app:layout_constraintTop_toTopOf="parent"
25+
android:layout_width="wrap_content"
26+
android:layout_height="wrap_content"/>
2227
</androidx.constraintlayout.widget.ConstraintLayout>
2328
</layout>

0 commit comments

Comments
 (0)