Guest User

Untitled

a guest
Oct 17th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. <include
  2. android:id="@+id/toolbar"
  3. layout="@layout/toolbar"/>
  4.  
  5.  
  6. <com.cursoandroid.zapzap.zapzap.helper.SlidingTabLayout
  7. android:id="@+id/stl_tabs"
  8. android:layout_width="match_parent"
  9. android:layout_height="wrap_content"
  10. android:background="#FF285D5D"
  11. >
  12. </com.cursoandroid.zapzap.zapzap.helper.SlidingTabLayout>
  13.  
  14. <android.support.v4.view.ViewPager android:id="@+id/vp_pagina"
  15. android:layout_width="match_parent"
  16. android:layout_height="0dp"
  17. android:layout_weight="1"
  18.  
  19. />
  20.  
  21. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  22. xmlns:tools="http://schemas.android.com/tools"
  23. android:layout_width="match_parent"
  24. android:layout_height="match_parent"
  25. tools:context="com.cursoandroid.zapzap.zapzap.fragment.ConversasFragment">
  26.  
  27. <!-- TODO: Update blank fragment layout -->
  28.  
  29. <TextView
  30. android:layout_width="wrap_content"
  31. android:layout_height="wrap_content"
  32. android:textAppearance="?android:attr/textAppearanceLarge"
  33. android:text="CONVERSAS"
  34. android:id="@+id/textView"
  35. android:layout_gravity="center"
  36. android:textColor="#FFFFFF" />
  37.  
  38. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  39. xmlns:tools="http://schemas.android.com/tools"
  40. android:layout_width="match_parent"
  41. android:layout_height="match_parent"
  42. tools:context="com.cursoandroid.zapzap.zapzap.fragment.ContatosFragment">
  43.  
  44. <!-- TODO: Update blank fragment layout -->
  45.  
  46. <TextView
  47. android:layout_width="wrap_content"
  48. android:layout_height="wrap_content"
  49. android:textAppearance="?android:attr/textAppearanceLarge"
  50. android:text="CONTATOS"
  51. android:id="@+id/textView2"
  52. android:layout_gravity="center"
  53. android:textColor="#FFFFFF" />
Add Comment
Please, Sign In to add comment