Last active
October 29, 2022 11:00
-
-
Save pranaypatel512/31d9a11b2095af86669dee0e2d7b3905 to your computer and use it in GitHub Desktop.
Revisions
-
pranaypatel512 revised this gist
Oct 29, 2022 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,5 @@ @Composable @Preview fun JetKiteButtonPreview() { JetKiteTheme { Surface { -
pranaypatel512 revised this gist
Oct 29, 2022 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,11 @@ @Composable @Preview @Preview(uiMode = Configuration.UI_MODE_NIGHT_YES) fun JetKiteButtonPreview() { JetKiteTheme { Surface { JetKiteButton(text = "Login") { } } } } -
pranaypatel512 revised this gist
Oct 29, 2022 . 1 changed file with 6 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,10 @@ @Composable @Preview fun JetKiteButtonPreview() { JetKiteTheme { Surface { JetKiteButton(text = "Login") { } } } } -
pranaypatel512 renamed this gist
Oct 29, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
pranaypatel512 revised this gist
Oct 29, 2022 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ @Composable @Preview fun UberButtonPreview() { UberButton(text = "Book Ride") { } } -
pranaypatel512 created this gist
Oct 29, 2022 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ @Composable @Preview fun UberBackButtonPreview() { UberBackButton(iconId = R.drawable.baseline_arrow_back_24) { } }