Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:paddingBottom="@dimen/activity_vertical_margin"
- android:paddingLeft="@dimen/activity_horizontal_margin"
- android:paddingRight="@dimen/activity_horizontal_margin"
- android:paddingTop="@dimen/activity_vertical_margin"
- android:orientation="vertical"
- tools:context="com.example.darsiwan.fireapp.chatroom"
- android:weightSum="1">
- <ScrollView
- android:layout_width="378dp"
- android:layout_height="157dp"
- android:id="@+id/scrollView"
- android:layout_alignParentTop="true"
- android:layout_alignParentStart="true"
- android:layout_weight="1.04">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:id="@+id/textView" />
- </ScrollView>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:weightSum="1">
- <EditText
- android:layout_width="59dp"
- android:layout_height="wrap_content"
- android:id="@+id/editText"
- android:layout_alignTop="@+id/button"
- android:layout_alignParentStart="true"
- android:layout_toStartOf="@+id/button"
- android:layout_weight="1.02" />
- <Button
- android:layout_width="52dp"
- android:layout_height="wrap_content"
- android:id="@+id/button"
- style="?android:attr/borderlessButtonStyle"
- android:drawableLeft="@drawable/ic_send_black_24dp"
- android:layout_alignParentBottom="true"
- android:layout_alignParentEnd="true" />
- </LinearLayout>
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment