Advertisement
GarryLaly

Tab Fragment XML

May 31st, 2016
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.75 KB | None | 0 0
  1. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.             xmlns:tools="http://schemas.android.com/tools"
  3.             android:layout_width="match_parent"
  4.             android:layout_height="match_parent"
  5.             xmlns:app="http://schemas.android.com/apk/res-auto"
  6.             tools:context="garrypriambudi.me.tutorialhalamanprofil.TabSatuFragment">
  7.  
  8.     <android.support.v4.widget.NestedScrollView
  9.        android:layout_width="match_parent"
  10.        android:layout_height="match_parent">
  11.  
  12.         <TextView
  13.            android:layout_width="match_parent"
  14.            android:layout_height="match_parent"
  15.            android:text="@string/lorem_1"/>
  16.  
  17.     </android.support.v4.widget.NestedScrollView>
  18.  
  19. </FrameLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement