codeido

activity_screens.xml

Dec 30th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.35 KB | None | 0 0
  1. <FrameLayout
  2.    xmlns:android="http://schemas.android.com/apk/res/android"
  3.    
  4.    android:layout_width="match_parent"
  5.    android:layout_height="match_parent">
  6.  
  7.     <com.example.Examples.ScreensLayout
  8.        android:id="@+id/layout_screens"
  9.        android:layout_width="match_parent"
  10.        android:layout_height="match_parent"/>
  11.  
  12. </FrameLayout>
Add Comment
Please, Sign In to add comment