diff --git a/Code/LeudaemiaLikeMe/app/src/main/res/drawable/shape_round_corner.xml b/Code/LeudaemiaLikeMe/app/src/main/res/drawable/shape_round_corner.xml new file mode 100644 index 0000000..9a19cb0 --- /dev/null +++ b/Code/LeudaemiaLikeMe/app/src/main/res/drawable/shape_round_corner.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/Code/LeudaemiaLikeMe/app/src/main/res/layout/activity_send_question.xml b/Code/LeudaemiaLikeMe/app/src/main/res/layout/activity_send_question.xml index 154526f..0a7e175 100644 --- a/Code/LeudaemiaLikeMe/app/src/main/res/layout/activity_send_question.xml +++ b/Code/LeudaemiaLikeMe/app/src/main/res/layout/activity_send_question.xml @@ -4,6 +4,86 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - tools:context="com.example.leudaemialikeme.Activity.SendQuestionActivity"> + android:orientation="vertical" + tools:context="com.example.leudaemialikeme.Activity.SendQuestionActivity" > + + + + + + + + + + + + + + + + + + + + + diff --git a/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-xhdpi/img_upload_img.png b/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-xhdpi/img_upload_img.png new file mode 100644 index 0000000..1ad9ca1 Binary files /dev/null and b/Code/LeudaemiaLikeMe/app/src/main/res/mipmap-xhdpi/img_upload_img.png differ