File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 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" />
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
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 >
You can’t perform that action at this time.
0 commit comments