fork download
  1. <RelativeLayout xmlns:android="http://s...content-available-to-author-only...d.com/apk/res/android"
  2. xmlns:tools="http://s...content-available-to-author-only...d.com/tools"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:paddingBottom="@dimen/activity_vertical_margin"
  6. android:paddingLeft="@dimen/activity_horizontal_margin"
  7. android:paddingRight="@dimen/activity_horizontal_margin"
  8. android:paddingTop="@dimen/activity_vertical_margin"
  9. tools:context=".MainActivity" >
  10.  
  11. <LinearLayout
  12. android:id="@+id/linearLayout1"
  13. android:layout_width="match_parent"
  14. android:layout_height="wrap_content"
  15. android:orientation="vertical" >
  16.  
  17. <HorizontalScrollView
  18. android:id="@+id/horizontalScrollView1"
  19. android:layout_width="match_parent"
  20. android:layout_height="wrap_content" >
  21.  
  22. <LinearLayout
  23. android:id="@+id/ln"
  24. android:layout_width="match_parent"
  25. android:layout_height="match_parent"
  26. android:layout_marginRight="10dp"
  27. android:orientation="horizontal" >
  28. </LinearLayout>
  29. </HorizontalScrollView>
  30. </LinearLayout>
  31.  
  32. <TextView
  33. android:layout_width="wrap_content"
  34. android:layout_height="wrap_content"
  35. android:text="@string/hello_world" />
  36.  
  37. <TableRow
  38. android:id="@+id/tableRow1"
  39. android:layout_width="wrap_content"
  40. android:layout_height="wrap_content"
  41. android:layout_alignRight="@+id/linearLayout1"
  42. android:layout_below="@+id/linearLayout1"
  43. android:layout_marginRight="91dp"
  44. android:layout_marginTop="126dp" >
  45. </TableRow>
  46.  
  47. </RelativeLayout>
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: class, interface, or enum expected
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
^
1 error
stdout
Standard output is empty