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 15
15
- uses : actions/checkout@v3
16
16
17
17
- name : Cache Gradle packages
18
- uses : actions/cache@v2
18
+ uses : actions/cache@v4
19
19
with :
20
20
path : |
21
21
~/.gradle/caches
Original file line number Diff line number Diff line change 12
12
android : layout_height =" wrap_content"
13
13
android : scaleType =" centerInside"
14
14
android : layout_margin =" 65dp"
15
- android : src =" @drawable/img_logo_snow "
15
+ android : src =" @drawable/img_new_logo_white "
16
16
app : layout_constraintBottom_toBottomOf =" parent"
17
17
app : layout_constraintEnd_toEndOf =" parent"
18
18
app : layout_constraintStart_toStartOf =" parent"
19
19
app : layout_constraintTop_toTopOf =" parent" />
20
20
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" /> -- >
29
29
30
30
</androidx .constraintlayout.widget.ConstraintLayout>
You can’t perform that action at this time.
0 commit comments