Skip to content

Commit

Permalink
voc submit button 디자인 qa 반영 (#105)
Browse files Browse the repository at this point in the history
* voc id로 뜨게 수정

* voc submit button 디자인 qa 반영

* lint
  • Loading branch information
junahjeon2002 authored Aug 31, 2024
1 parent 3a6eda1 commit ad0963c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.text.style.TextAlign
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
import androidx.compose.ui.window.Dialog
import com.wafflestudio.siksha2.ui.SikshaColors
import com.wafflestudio.siksha2.ui.SikshaTheme

@Composable
fun PostDetailDialog(
Expand Down Expand Up @@ -125,18 +123,3 @@ fun PostDetailDialog(
}
}
}

@Preview(showBackground = true)
@Composable
fun PostDetailDialogPreview() {
SikshaTheme {
PostDetailDialog(
isMine = true,
onDismissRequest = {},
onClickEdit = {},
onClickDelete = {},
onClickReport = {},
onClickCancel = {}
)
}
}
5 changes: 2 additions & 3 deletions app/src/main/res/layout/fragment_voc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,11 @@
android:background="@drawable/frame_leave_review_button"
android:fontFamily="@font/nanum_square_extra_bold"
android:gravity="center"
android:letterSpacing="0.2"
android:paddingVertical="20dp"
android:text="@string/setting_voc_send_voc"
android:textColor="@color/white"
android:textSize="20dp"
android:layout_marginBottom="32dp"
android:textSize="17dp"
android:layout_marginBottom="66dp"
android:layout_marginHorizontal="16dp"
android:layout_marginTop="150dp" />

Expand Down

0 comments on commit ad0963c

Please sign in to comment.