diff options
Diffstat (limited to 'res/layout/fragment_conversation.xml')
-rw-r--r-- | res/layout/fragment_conversation.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/fragment_conversation.xml b/res/layout/fragment_conversation.xml index dabce457..db22f38d 100644 --- a/res/layout/fragment_conversation.xml +++ b/res/layout/fragment_conversation.xml @@ -3,7 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="#e5e5e5" > + android:background="#e5e5e5"> <RelativeLayout android:background="#eee" @@ -11,7 +11,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" - android:layout_alignParentLeft="true" > + android:layout_alignParentLeft="true"> <EditText android:id="@+id/textinput" |