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() {
3939 setContent {
4040 AndroidDeveloperRoadmapTheme {
4141 Surface (
42- modifier = Modifier .fillMaxSize(),
4342 color = MaterialTheme .colors.background
4443 ) {
4544 Roadmap ()
@@ -55,7 +54,7 @@ private fun Roadmap() {
5554 modifier = Modifier .height(3200 .dp)
5655 ) {
5756 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" ,
5958 modifier = Modifier .fillMaxSize(),
6059 previewPlaceholder = R .drawable.roadmap_preview,
6160 contentScale = ContentScale .Fit
You can’t perform that action at this time.
0 commit comments