Advertisement
dekikurnia

Untitled

Dec 12th, 2017
804
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.76 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3.    xmlns:android="http://schemas.android.com/apk/res/android"
  4.    xmlns:app="http://schemas.android.com/apk/res-auto"
  5.    xmlns:tools="http://schemas.android.com/tools"
  6.    android:layout_width="match_parent"
  7.    android:layout_height="match_parent"
  8.    app:layout_behavior="@string/appbar_scrolling_view_behavior">
  9.  
  10.     <FrameLayout
  11.        android:id="@+id/content_frame"
  12.        android:layout_width="match_parent"
  13.        android:layout_height="match_parent"
  14.        android:layout_alignParentTop="true"
  15.        android:layout_alignParentStart="true"
  16.        android:layout_alignParentLeft="true">
  17.         <include layout="@layout/adapter_contact"></include>
  18.     </FrameLayout>
  19.  
  20. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement