Skip to content

Commit

Permalink
일부 레이아웃 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
decurd committed Mar 8, 2017
1 parent f7a7611 commit 949ad92
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions app/src/main/res/layout/activity_task_write.xml
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,11 @@
</RelativeLayout>


<RelativeLayout
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bottom_border"
android:orientation="vertical"
android:paddingTop="15dp">

<LinearLayout
Expand Down Expand Up @@ -380,16 +381,21 @@
android:src="@drawable/btn_cfrc_plus" />
</LinearLayout>
</LinearLayout>

<View
android:layout_width="0dp"
android:layout_height="10dp" />
<LinearLayout
android:id="@+id/ll_task_rest_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="24dp"
android:orientation="vertical"
android:visibility="gone" />
<LinearLayout
android:id="@+id/ll_task_file_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@id/ll_task_file_list_ttl"
android:layout_marginBottom="16dp"
android:layout_marginLeft="24dp"
android:layout_marginTop="5dp"
android:orientation="vertical"
android:visibility="gone" />

Expand All @@ -398,15 +404,16 @@
style="@style/TextSNSWriteLinkSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@id/ll_task_file_list_ttl"
android:layout_marginBottom="16dp"
android:layout_marginLeft="24dp"
android:layout_marginTop="5dp"
android:text="파일을 추가해주세요."
android:textColor="@color/text_color_grey_cntn1"
android:textSize="15sp" />
</RelativeLayout>

<View
android:layout_width="0dp"
android:layout_height="15dp" />
</LinearLayout>
</LinearLayout>
<RelativeLayout
android:id="@+id/rl_task_rest_list"
Expand Down Expand Up @@ -454,7 +461,7 @@
</LinearLayout>
</LinearLayout>

<LinearLayout
<!--<LinearLayout
android:id="@+id/ll_task_rest_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand All @@ -464,7 +471,7 @@
android:layout_marginLeft="24dp"
android:layout_marginTop="5dp"
android:orientation="vertical"
android:visibility="gone" />
android:visibility="gone" />-->

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

0 comments on commit 949ad92

Please sign in to comment.