Skip to content

Commit

Permalink
[fix/mypage_design]: JMT-251 버튼 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dogdduddy committed Sep 27, 2023
1 parent 2e94bd4 commit 0b856ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ class JmtAlert(private val context: Context) {
) {
leftButton = AppCompatButton(context).apply {
this.text = text
this.stateListAnimator = null
this.layoutParams =
LinearLayout.LayoutParams(0, LinearLayout.LayoutParams.WRAP_CONTENT, 1f).apply {
height = 48.toDp
Expand Down

0 comments on commit 0b856ab

Please sign in to comment.