Skip to content

Commit

Permalink
더미 데이터 수정, 메인 페이지 백그라운드 컬러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyjin committed Aug 31, 2019
1 parent 54440fe commit 220a32c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 48 deletions.
57 changes: 9 additions & 48 deletions app/src/main/java/com/example/awspolly/ui/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -91,70 +91,31 @@ class MainActivity : AppCompatActivity() {
"일정 2", "돌리고", 2
),
TodoListItem(
"라이언 무지 어파치", "돌리고", 0, "#4058bc"
"Amathon", "돌리고", 0
),
TodoListItem(
"일정 2", "돌리고", 0
"12시 포트폴리오 스터디", "돌리고", 0
),
TodoListItem(
"라이언 무지 어파치", "돌리고", 0, "#61db69"
"여행", "돌리고", 0, "#4058bc"
),
TodoListItem(
"일정 2", "돌리고", 0
"THIS. 집중 스터디", "돌리고", 0, "#61db69"
),
TodoListItem(
"라이언 무지 어파치", "돌리고", 0
"라이언 무지 어파치", "돌리고", 2
),
TodoListItem(
"일정 2", "돌리고", 0
"ALLOSAURUS 회식", "돌리고", 0, "#61db69"
),
TodoListItem(
"라이언 무지 어파치", "돌리고", 0, "#61db69"
"라이언 무지 어파치", "돌리고", 2
),
TodoListItem(
"일정 2", "돌리고", 0
"여행", "돌리고", 0, "#4058bc"
),
TodoListItem(
"라이언 무지 어파치", "돌리고", 0
),
TodoListItem(
"일정 2", "돌리고", 0, "#4058bc"
),
TodoListItem(
"라이언 무지 어파치", "돌리고", 0
),
TodoListItem(
"일정 2", "돌리고", 0
),
TodoListItem(
"라이언 무지 어파치", "돌리고", 0
),
TodoListItem(
"일정 2", "돌리고", 0
),
TodoListItem(
"라이언 무지 어파치", "돌리고", 0, "#4058bc"
),
TodoListItem(
"일정 2", "돌리고", 0
),
TodoListItem(
"라이언 무지 어파치", "돌리고", 0
),
TodoListItem(
"일정 2", "돌리고", 0
),
TodoListItem(
"라이언 무지 어파치", "돌리고", 0
),
TodoListItem(
"일정 2", "돌리고", 0
),
TodoListItem(
"라이언 무지 어파치", "돌리고", 0
),
TodoListItem(
"일정 2", "돌리고", 0
"라이언 무지 어파치", "돌리고", 2
)
)

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#1a1a1a"
tools:context=".ui.MainActivity">


Expand Down

0 comments on commit 220a32c

Please sign in to comment.