File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v3
1616
1717 - name : Cache Gradle packages
18- uses : actions/cache@v2
18+ uses : actions/cache@v4
1919 with :
2020 path : |
2121 ~/.gradle/caches
Original file line number Diff line number Diff line change 1212 android : layout_height =" wrap_content"
1313 android : scaleType =" centerInside"
1414 android : layout_margin =" 65dp"
15- android : src =" @drawable/img_logo_snow "
15+ android : src =" @drawable/img_new_logo_white "
1616 app : layout_constraintBottom_toBottomOf =" parent"
1717 app : layout_constraintEnd_toEndOf =" parent"
1818 app : layout_constraintStart_toStartOf =" parent"
1919 app : layout_constraintTop_toTopOf =" parent" />
2020
21- <ImageView
22- android : layout_width =" wrap_content"
23- android : layout_height =" wrap_content"
24- android : src =" @drawable/img_backgroud_snow"
25- app : layout_constraintBottom_toBottomOf =" parent"
26- app : layout_constraintEnd_toEndOf =" parent"
27- app : layout_constraintStart_toStartOf =" parent"
28- app : layout_constraintTop_toTopOf =" parent" />
21+ <!-- <ImageView-->
22+ <!-- android:layout_width="wrap_content"-->
23+ <!-- android:layout_height="wrap_content"-->
24+ <!-- android:src="@drawable/img_backgroud_snow"-->
25+ <!-- app:layout_constraintBottom_toBottomOf="parent"-->
26+ <!-- app:layout_constraintEnd_toEndOf="parent"-->
27+ <!-- app:layout_constraintStart_toStartOf="parent"-->
28+ <!-- app:layout_constraintTop_toTopOf="parent" /> -- >
2929
3030</androidx .constraintlayout.widget.ConstraintLayout>
You can’t perform that action at this time.
0 commit comments