Skip to content

Commit

Permalink
init: 2주차 과제 코드 가져오기
Browse files Browse the repository at this point in the history
  • Loading branch information
ddangcong80 committed Jul 9, 2024
1 parent 7782ef9 commit a2ad449
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/campus/tech/kakao/map/model/SavePlace.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package campus.tech.kakao.map.model

data class SavePlace (
data class SavePlace(
val savePlace: String,
)
1 change: 0 additions & 1 deletion app/src/main/res/layout/activity_search.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
</LinearLayout>



<androidx.recyclerview.widget.RecyclerView
android:id="@+id/searchPlaceView"
android:layout_width="match_parent"
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/saveplace_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
android:id="@+id/saveCancelBtn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/cancel_btn"
android:contentDescription="@string/deleteSavePlace" />
android:contentDescription="@string/deleteSavePlace"
android:src="@drawable/cancel_btn" />

<TextView
android:id="@+id/savePlace"
Expand Down

0 comments on commit a2ad449

Please sign in to comment.