You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tutorial2-1AnimatedVectorDrawables/src/main/java/com/smarttoolfactory/tutorial2_1animatedvectordrawables/Activity1_1Basics.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ class Activity1_1Basics : AppCompatActivity() {
21
21
setContentView(R.layout.activity1_1basics)
22
22
title = getString(R.string.activity1_1)
23
23
24
-
val dataList = getVectorDrawableItemList()
24
+
val dataList:List<Any>= getVectorDrawableItemList()
25
25
26
26
val recyclerView = findViewById<RecyclerView>(R.id.recyclerView)
Copy file name to clipboardExpand all lines: Tutorial2-1AnimatedVectorDrawables/src/main/java/com/smarttoolfactory/tutorial2_1animatedvectordrawables/adapter/itemdecoration/GridSpacingItemDecoration.kt
+1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ class GridSpacingItemDecoration(
36
36
return
37
37
}
38
38
39
+
// After scroll check for the closest header above this position
Copy file name to clipboardExpand all lines: Tutorial3-1Transitions/src/main/java/com/smarttoolfactory/tutorial3_1transitions/adapter/ChapterSelectionAdapter.kt
0 commit comments