Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5a5953b

Browse files
committedApr 22, 2021
updated aspect ratio
1 parent 2d1ed7b commit 5a5953b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Jetsurvey/app/src/main/java/com/example/compose/jetsurvey/survey/SurveyQuestions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ private fun PhotoQuestion(
348348
modifier = Modifier
349349
.fillMaxWidth()
350350
.heightIn(96.dp)
351-
.aspectRatio(1.22f)
351+
.aspectRatio(4 / 3f)
352352
)
353353
} else {
354354
PhotoDefaultImage(modifier = Modifier.padding(horizontal = 86.dp, vertical = 74.dp))

0 commit comments

Comments
 (0)
Please sign in to comment.