-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hussein Aladeen
committed
Jan 11, 2024
1 parent
d447e5e
commit 8bca98a
Showing
7 changed files
with
132 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
[*.{kt,kts}] | ||
ktlint_code_style=android_studio | ||
ktlint_function_naming_ignore_when_annotated_with=Composable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 10 additions & 9 deletions
19
sample/src/main/java/com/husseinala/neon/sample/Samples.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
package com.husseinala.neon.sample | ||
|
||
object Samples { | ||
val images = listOf( | ||
"https://1.img-dpreview.com/files/p/TS1800x1200~sample_galleries/9229212315/3302324998.jpg", | ||
"https://2.img-dpreview.com/files/p/TS1800x1200~sample_galleries/9229212315/3189491900.jpg", | ||
"https://1.img-dpreview.com/files/p/TS1800x1200~sample_galleries/9229212315/0664614529.jpg", | ||
"https://2.img-dpreview.com/files/p/TS1800x1200~sample_galleries/9229212315/7303805396.jpg", | ||
"https://1.img-dpreview.com/files/p/TS1800x1200~sample_galleries/9229212315/6284642986.jpg", | ||
"https://1.img-dpreview.com/files/p/TS1800x1200~sample_galleries/9229212315/1007578251.jpg", | ||
"https://1.img-dpreview.com/files/p/TS1800x1200~sample_galleries/9229212315/3237211633.jpg" | ||
) | ||
val images = | ||
listOf( | ||
"https://1.img-dpreview.com/files/p/TS1800x1200~sample_galleries/9229212315/3302324998.jpg", | ||
"https://2.img-dpreview.com/files/p/TS1800x1200~sample_galleries/9229212315/3189491900.jpg", | ||
"https://1.img-dpreview.com/files/p/TS1800x1200~sample_galleries/9229212315/0664614529.jpg", | ||
"https://2.img-dpreview.com/files/p/TS1800x1200~sample_galleries/9229212315/7303805396.jpg", | ||
"https://1.img-dpreview.com/files/p/TS1800x1200~sample_galleries/9229212315/6284642986.jpg", | ||
"https://1.img-dpreview.com/files/p/TS1800x1200~sample_galleries/9229212315/1007578251.jpg", | ||
"https://1.img-dpreview.com/files/p/TS1800x1200~sample_galleries/9229212315/3237211633.jpg", | ||
) | ||
} |