Skip to content

Commit

Permalink
Merge pull request #179 from HanRiverMeetup/issue-178
Browse files Browse the repository at this point in the history
#178 modify meeting_Createroom create_btn align to parent
  • Loading branch information
chad1994 authored Dec 3, 2018
2 parents 609db69 + 4bec455 commit b636846
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/src/main/res/layout/fragment_meeting_createroom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:fillViewport="true">


<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
Expand Down Expand Up @@ -310,7 +311,7 @@
android:layout_below="@+id/meeting_create_ll5"
android:background="#ffffff"
android:hint="모임의 이야기를 들려줘!"
android:paddingBottom="30dp"
android:paddingBottom="67dp"
android:paddingLeft="27dp"
android:paddingRight="27dp"
android:paddingTop="19dp"
Expand All @@ -321,7 +322,7 @@
android:id="@+id/create_btn"
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_below="@id/create_room_content"
android:layout_alignParentBottom="true"
android:background="#2186f8"
android:padding="0dp"
android:text="모임 등록완료"
Expand Down

0 comments on commit b636846

Please sign in to comment.