Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <RelativeLayout xmlns:ads="http://schemas.android.com/apk/res-auto"
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/relative"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="#ffffff">
- <android.support.v7.widget.RecyclerView
- android:id="@+id/list"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_above="@+id/rel"
- android:background="@drawable/bgg"
- android:overScrollMode="never"
- android:padding="10dp" >
- </android.support.v7.widget.RecyclerView>
- <RelativeLayout
- android:id="@+id/rel"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:background="#ffffff">
- <ImageView
- android:id="@+id/send"
- android:layout_width="35dp"
- android:layout_height="wrap_content"
- android:layout_alignParentEnd="true"
- android:layout_centerVertical="true"
- android:layout_marginEnd="5dp"
- android:paddingEnd="5dp"
- android:paddingStart="5dp"
- android:src="@drawable/pekaa" />
- <EditText
- android:id="@+id/text"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_above="@+id/adView"
- android:layout_alignParentStart="true"
- android:background="@null"
- android:cursorVisible="true"
- android:gravity="center_vertical"
- android:hint="Message..."
- android:padding="10dp"
- android:textColor="#000000"
- android:textColorHint="@android:color/darker_gray" />
- <com.google.android.gms.ads.AdView
- android:id="@+id/adView"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:layout_centerHorizontal="true"
- android:layout_marginBottom="104dp"
- ads:adSize="BANNER"
- ads:adUnitId="ca-app-pub-3940256099942544/6300978111"></com.google.android.gms.ads.AdView>
- </RelativeLayout>
- </RelativeLayout>
Add Comment
Please, Sign In to add comment