activity_main.xml 476 B

123456789101112131415
  1. <FrameLayout
  2. xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent">
  5. <android.support.v7.widget.RecyclerView
  6. android:id="@+id/forecastList"
  7. android:layout_width="match_parent"
  8. android:layout_height="match_parent"
  9. android:clipToPadding="false"
  10. android:paddingTop="?attr/actionBarSize"/>
  11. <include layout="@layout/toolbar"/>
  12. </FrameLayout>