Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

content_main.xml 880B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:app="http://schemas.android.com/apk/res-auto"
  5. xmlns:tools="http://schemas.android.com/tools"
  6. android:layout_width="match_parent"
  7. android:layout_height="match_parent"
  8. android:paddingBottom="@dimen/activity_vertical_margin"
  9. android:paddingLeft="@dimen/activity_horizontal_margin"
  10. android:paddingRight="@dimen/activity_horizontal_margin"
  11. android:paddingTop="@dimen/activity_vertical_margin"
  12. app:layout_behavior="@string/appbar_scrolling_view_behavior"
  13. tools:context=".ui.activities.MainActivity"
  14. tools:showIn="@layout/activity_main">
  15. <FrameLayout
  16. android:id="@+id/container"
  17. android:layout_width="match_parent"
  18. android:layout_height="match_parent">
  19. </FrameLayout>
  20. </RelativeLayout>