File tree Expand file tree Collapse file tree 10 files changed +9
-11
lines changed Expand file tree Collapse file tree 10 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ android {
13
13
applicationId ' com.d4rk.androidtutorials.java'
14
14
minSdk 23
15
15
targetSdk 36
16
- versionCode 47
16
+ versionCode 48
17
17
versionName ' 5.0.2'
18
18
vectorDrawables. useSupportLibrary = true
19
19
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
Original file line number Diff line number Diff line change 65
65
<activity
66
66
android : name =" com.google.android.gms.oss.licenses.OssLicensesMenuActivity"
67
67
android : exported =" false"
68
- android : theme =" @style/AppTheme " />
68
+ android : theme =" @style/FitSystemWindowsTheme " />
69
69
70
70
<activity
71
71
android : name =" com.google.android.gms.oss.licenses.OssLicensesActivity"
72
72
android : exported =" false"
73
- android : theme =" @style/AppTheme " />
73
+ android : theme =" @style/FitSystemWindowsTheme " />
74
74
75
75
<activity
76
76
android : name =" .ui.screens.android.CodeActivity"
Original file line number Diff line number Diff line change 10
10
android : layout_width =" match_parent"
11
11
android : layout_height =" wrap_content"
12
12
android : layout_marginHorizontal =" 24dp"
13
- android : animateLayoutChanges =" true"
14
13
app : cardPreventCornerOverlap =" true"
15
14
app : cardUseCompatPadding =" false"
16
15
app : shapeAppearanceOverlay =" @style/ShapeAppearanceOverlay.CardViewBottomRounded" >
Original file line number Diff line number Diff line change 10
10
android : layout_width =" match_parent"
11
11
android : layout_height =" wrap_content"
12
12
android : layout_marginHorizontal =" 16dp"
13
- android : animateLayoutChanges =" true"
14
13
app : cardCornerRadius =" 4dp" >
15
14
16
15
<androidx .appcompat.widget.LinearLayoutCompat
Original file line number Diff line number Diff line change 9
9
style =" @style/Widget.Material3.CardView.Outlined"
10
10
android : layout_width =" match_parent"
11
11
android : layout_height =" wrap_content"
12
- android : animateLayoutChanges =" true"
13
12
app : cardCornerRadius =" 24dp" >
14
13
15
14
<androidx .appcompat.widget.LinearLayoutCompat
Original file line number Diff line number Diff line change 12
12
android : layout_marginHorizontal =" 16dp"
13
13
android : layout_marginTop =" 2dp"
14
14
android : layout_marginBottom =" 16dp"
15
- android : animateLayoutChanges =" true"
16
15
app : shapeAppearanceOverlay =" @style/ShapeAppearanceOverlay.CardViewBottomRounded" >
17
16
18
17
<androidx .appcompat.widget.LinearLayoutCompat
Original file line number Diff line number Diff line change 9
9
style =" @style/Widget.Material3.CardView.Outlined"
10
10
android : layout_width =" match_parent"
11
11
android : layout_height =" wrap_content"
12
- android : animateLayoutChanges =" true"
13
12
app : shapeAppearanceOverlay =" @style/ShapeAppearanceOverlay.CardViewBottomRounded" >
14
13
15
14
<androidx .appcompat.widget.LinearLayoutCompat
Original file line number Diff line number Diff line change 9
9
style =" @style/Widget.Material3.CardView.Outlined"
10
10
android : layout_width =" match_parent"
11
11
android : layout_height =" wrap_content"
12
- android : animateLayoutChanges =" true"
13
12
app : cardCornerRadius =" 24dp" >
14
13
15
14
<androidx .appcompat.widget.LinearLayoutCompat
Original file line number Diff line number Diff line change 37
37
<item name =" materialButtonStyle" >@style/Widget.App.Button.Clover</item >
38
38
</style >
39
39
40
+ <style name =" FitSystemWindowsTheme" parent =" AppThemeActionBar" >
41
+ <item name =" android:fitsSystemWindows" >true</item >
42
+ </style >
43
+
40
44
<!-- Emphasized text appearances -->
41
45
<style name =" TextAppearance.TitleLargeEmphasized" parent =" TextAppearance.Material3.TitleLarge" >
42
46
<item name =" android:textStyle" >bold</item >
Original file line number Diff line number Diff line change 1
- # Sun Aug 31 00:25:08 EEST 2025
1
+ # Thu Sep 18 19:55:21 EEST 2025
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-9.0 .0-bin.zip
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1 .0-bin.zip
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments