Skip to content

Commit

Permalink
[chore] #223 포인트 가이드 이미지 파일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
t1nm1ksun committed Aug 28, 2024
1 parent abd40e6 commit 03269f0
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 219 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import androidx.compose.foundation.background
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Row
import androidx.compose.foundation.layout.Spacer
import androidx.compose.foundation.layout.aspectRatio
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.height
Expand All @@ -16,6 +17,7 @@ import androidx.compose.runtime.Composable
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.draw.clip
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.res.painterResource
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.tooling.preview.Preview
Expand All @@ -33,7 +35,9 @@ fun DateRoadMyPagePointInfo(myPagePointInfoType: MyPagePointInfoType) {
.padding(14.dp),
verticalAlignment = Alignment.CenterVertically // Aligns items vertically centered
) {
Image(painter = painterResource(id = myPagePointInfoType.imageRes), contentDescription = null)
Image(painter = painterResource(id = myPagePointInfoType.imageRes),
contentDescription = null,
modifier = Modifier.height(70.dp).aspectRatio(1f))
Spacer(modifier = Modifier.width(10.dp))
Column {
Text(
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 0 additions & 65 deletions app/src/main/res/drawable/img_my_page_point_info_first.xml

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 0 additions & 58 deletions app/src/main/res/drawable/img_my_page_point_info_fourth.xml

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 03269f0

Please sign in to comment.