diff --git a/Code/LeudaemiaLikeMe/app/src/main/res/layout/activity_go_answer.xml b/Code/LeudaemiaLikeMe/app/src/main/res/layout/activity_go_answer.xml index 6b2601e..f7fd3ed 100644 --- a/Code/LeudaemiaLikeMe/app/src/main/res/layout/activity_go_answer.xml +++ b/Code/LeudaemiaLikeMe/app/src/main/res/layout/activity_go_answer.xml @@ -1,9 +1,183 @@ - + android:orientation="vertical" + tools:context=".Activity.GoAnswerActivity" + android:background="@mipmap/background"> - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-mdpi/background.png b/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-mdpi/background.png new file mode 100644 index 0000000..42df574 Binary files /dev/null and b/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-mdpi/background.png differ diff --git a/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-mdpi/img_concern_problem.png b/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-mdpi/img_concern_problem.png new file mode 100644 index 0000000..fa992a6 Binary files /dev/null and b/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-mdpi/img_concern_problem.png differ diff --git a/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-mdpi/img_default_avatar.png b/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-mdpi/img_default_avatar.png new file mode 100644 index 0000000..d63479f Binary files /dev/null and b/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-mdpi/img_default_avatar.png differ diff --git a/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-mdpi/img_invite.png b/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-mdpi/img_invite.png new file mode 100644 index 0000000..a8676a6 Binary files /dev/null and b/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-mdpi/img_invite.png differ diff --git a/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-mdpi/img_pull_down.png b/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-mdpi/img_pull_down.png new file mode 100644 index 0000000..14bd4a3 Binary files /dev/null and b/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-mdpi/img_pull_down.png differ diff --git a/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-mdpi/img_write_answer.png b/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-mdpi/img_write_answer.png new file mode 100644 index 0000000..3cf9ac2 Binary files /dev/null and b/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-mdpi/img_write_answer.png differ