fork download
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <layout xmlns:android="http://s...content-available-to-author-only...d.com/apk/res/android"
  4. xmlns:app="http://s...content-available-to-author-only...d.com/apk/res-auto"
  5. xmlns:tools="http://s...content-available-to-author-only...d.com/tools">
  6.  
  7. <data>
  8.  
  9. </data>
  10.  
  11. <RelativeLayout
  12. android:layout_width="match_parent"
  13. android:layout_height="match_parent">
  14.  
  15. <EditText
  16. android:id="@+id/edtFullname"
  17. android:layout_width="match_parent"
  18. android:layout_height="wrap_content"
  19. android:layout_marginLeft="20dp"
  20. android:layout_marginRight="20dp"
  21. android:layout_marginTop="30dp"
  22. android:background="@drawable/edt_login_bg"
  23. android:hint="Full Name"
  24. android:imeOptions="actionDone"
  25. android:padding="10dp"
  26. android:singleLine="true"
  27. android:textColorHint="#A1A1A1"
  28. app:font="@{`regular`}" />
  29.  
  30. </RelativeLayout>
  31. </layout>
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: class, interface, or enum expected
<?xml version="1.0" encoding="utf-8"?>
^
Main.java:1: error: class, interface, or enum expected
<?xml version="1.0" encoding="utf-8"?>
 ^
Main.java:1: error: class, interface, or enum expected
<?xml version="1.0" encoding="utf-8"?>
  ^
3 errors
stdout
Standard output is empty