Skip to content

Commit

Permalink
[Design/#4] button 글자 크기 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
ss99x2002 committed Jul 4, 2023
1 parent 5f9a9f5 commit 1ea9cac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_go_past.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
android:layout_margin="24dp"
android:background="@drawable/shape_black_fill_r50_rect"
android:text="@string/go_past"
android:textSize="16sp"
android:textColor="@color/white"
app:layout_constraintBottom_toBottomOf="parent" />

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_quest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
android:enabled="false"
android:text="@string/btn_next"
android:textColor="@color/white"
android:textSize="16sp"
app:layout_constraintBottom_toBottomOf="parent" />

</androidx.constraintlayout.widget.ConstraintLayout>
Expand Down

0 comments on commit 1ea9cac

Please sign in to comment.