Skip to content

Commit

Permalink
Design: 시간표 삭제 없애기
Browse files Browse the repository at this point in the history
  • Loading branch information
dkyuuum committed Feb 21, 2024
1 parent 48d00a4 commit 82339d3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/src/main/res/layout/item_plan_time.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,5 @@
android:paddingBottom="7dp"
android:text="학점"
android:textColor="@color/black" />
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/delete_time_button"
android:layout_width="0dp"
android:layout_height="wrap_content"
style="@style/MediumFont.13"
android:layout_weight="1"
android:text="삭제"
android:gravity="center"
android:paddingTop="12dp"
android:paddingBottom="7dp"
/>

</androidx.appcompat.widget.LinearLayoutCompat>

0 comments on commit 82339d3

Please sign in to comment.