Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:layout_width="match_parent"
  3. android:layout_height="match_parent">
  4.  
  5. <LinearLayout
  6. android:layout_width="match_parent"
  7. android:layout_height="wrap_content"
  8. android:orientation="vertical">
  9.  
  10. <LinearLayout
  11. android:id="@+id/calendar1"
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content"
  14. android:orientation="vertical"></LinearLayout>
  15.  
  16. <LinearLayout
  17. android:id="@+id/button_layout"
  18. android:layout_width="match_parent"
  19. android:layout_height="wrap_content"
  20. android:orientation="horizontal">
  21.  
  22. </LinearLayout>
  23.  
  24. <TextView
  25. android:id="@+id/textview"
  26. android:layout_width="match_parent"
  27. android:layout_height="wrap_content" />
  28.  
  29. </LinearLayout>
  30. </ScrollView>