Skip to content

Commit

Permalink
[MOD] write 파트 ui 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
NaZe0320 committed Jun 10, 2023
1 parent 74c3292 commit 7cc729f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion app/src/main/res/layout/fragment_write_third.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="다음"
android:enabled="true"
android:textColor="@color/selector_next_btn_text"
android:background="@drawable/selector_next_btn"
android:layout_margin="16dp"
app:layout_constraintBottom_toBottomOf="parent"/>

</androidx.constraintlayout.widget.ConstraintLayout>
4 changes: 2 additions & 2 deletions app/src/main/res/layout/item_write_example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
android:layout_width="0dp"
android:layout_height="36dp"
android:src="@drawable/ic_share"
android:background="#72C5C2"
android:background="@drawable/shape_enable_next_btn"
android:layout_marginTop="10dp"
android:layout_marginStart="8dp"
android:text="사용하기"
android:text="완료하기"
android:textSize="14sp"
android:textColor="#FFFFFF"
app:layout_constraintTop_toBottomOf="@+id/sc_text"
Expand Down

0 comments on commit 7cc729f

Please sign in to comment.