Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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>