File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/src/main/kotlin/io/getstream/androiddeveloperroadmap Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ class MainActivity : ComponentActivity() {
39
39
setContent {
40
40
AndroidDeveloperRoadmapTheme {
41
41
Surface (
42
- modifier = Modifier .fillMaxSize(),
43
42
color = MaterialTheme .colors.background
44
43
) {
45
44
Roadmap ()
@@ -55,7 +54,7 @@ private fun Roadmap() {
55
54
modifier = Modifier .height(3200 .dp)
56
55
) {
57
56
GlideImage (
58
- imageModel = " https://user-images.githubusercontent.com/24237865/144011218-1d141580-0ef9-467d-854c-6f7786d7c823 .png" ,
57
+ imageModel = " https://user-images.githubusercontent.com/24237865/144350753-5a52e6e5-3517-476c-8e5c-adad919abe8e .png" ,
59
58
modifier = Modifier .fillMaxSize(),
60
59
previewPlaceholder = R .drawable.roadmap_preview,
61
60
contentScale = ContentScale .Fit
You can’t perform that action at this time.
0 commit comments