Skip to content

Commit

Permalink
#224 [ui] 업로드한 코스 - 편집 버튼 text, color, size, verticalMargin 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
unam98 committed Sep 14, 2023
1 parent e113317 commit 856e761
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,9 @@ class MyUploadActivity : BindingActivity<ActivityMyUploadBinding>(R.layout.activ
companion object {
const val DESCRIPTION_CHOICE_MODE = "기록 선택"
const val EDIT_CANCEL = "취소"
const val EDIT_MODE = "편집"
const val EDIT_MODE = "선택"
const val DESCRIPTION_DIALOG = "코스를 정말로 삭제하시겠어요?"
const val DELETE_BTN = "삭제하기"

const val EXTRA_PUBLIC_COURSE_ID = "publicCourseId"
const val EXTRA_ROOT = "root"
}
Expand Down
7 changes: 4 additions & 3 deletions app/src/main/res/layout/activity_my_upload.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,16 @@

<androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_my_page_upload_edit_course"
android:layout_width="50dp"
android:layout_width="53dp"
android:layout_height="28dp"
android:layout_gravity="end|center_vertical"
android:layout_marginEnd="15dp"
android:background="@drawable/radius_50_edit_course_button"
android:background="@drawable/radius_24_edit_course_button"
android:fontFamily="@font/pretendard_medium"
android:outlineProvider="none"
android:text="@string/my_draw_edit"
android:textColor="@color/M1"
android:textSize="12sp"
android:textSize="13sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
Expand Down

0 comments on commit 856e761

Please sign in to comment.