Guest User

Untitled

a guest
Dec 18th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. <LinearLayout
  2. android:id="@+id/maid_full_emp"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:orientation="vertical" >
  6. <include
  7. layout="@layout/maid_full_emp"
  8.  
  9. android:layout_width="match_parent"
  10. android:layout_height="wrap_content"
  11. android:visibility="gone"
  12. tools:layout_editor_absoluteY="8dp"
  13. tools:layout_editor_absoluteX="8dp" />
  14. </LinearLayout>
  15. <LinearLayout
  16. android:id="@+id/maid_part_emp"
  17. android:layout_width="match_parent"
  18. android:layout_height="wrap_content"
  19. android:orientation="vertical" >
  20. <include
  21. layout="@layout/maid_part_emp"
  22.  
  23. android:layout_width="match_parent"
  24. android:layout_height="wrap_content"
  25. tools:layout_editor_absoluteY="8dp"
  26. tools:layout_editor_absoluteX="8dp" />
  27. </LinearLayout>
Add Comment
Please, Sign In to add comment