Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

fragment_stop_viewer.xml 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent">
  6. <TextView
  7. android:layout_width="match_parent"
  8. android:layout_height="wrap_content"
  9. android:textAppearance="?android:attr/textAppearanceLarge"
  10. android:id="@+id/textView"
  11. tools:text="268 - Émile-Girardin / Roitelets"
  12. android:layout_alignParentTop="true"
  13. android:layout_alignParentLeft="true"
  14. android:layout_alignParentStart="true"
  15. android:layout_alignParentRight="true"
  16. android:layout_alignParentEnd="true"/>
  17. <android.support.v4.widget.SwipeRefreshLayout
  18. xmlns:android="http://schemas.android.com/apk/res/android"
  19. android:id="@+id/swipeContainer"
  20. android:layout_width="match_parent"
  21. android:layout_height="match_parent"
  22. android:layout_below="@+id/textView"
  23. android:layout_alignParentLeft="true"
  24. android:layout_alignParentStart="true"
  25. android:layout_alignParentRight="true"
  26. android:layout_alignParentEnd="true"
  27. android:layout_alignParentBottom="true">
  28. <android.support.v7.widget.RecyclerView
  29. android:layout_width="wrap_content"
  30. android:layout_height="wrap_content"
  31. android:id="@+id/listRoutes"
  32. android:scrollbars="vertical"
  33. android:fadeScrollbars="true"/>
  34. </android.support.v4.widget.SwipeRefreshLayout>
  35. </RelativeLayout>