fork download
  1. <LinearLayout
  2. android:layout_width="match_parent"
  3. android:layout_height="wrap_content"
  4. android:orientation="horizontal">
  5. <android.support.v7.widget.CardView
  6. android:layout_width="0dp"
  7. android:layout_weight="1"
  8. android:layout_height="wrap_content">
  9. </android.support.v7.widget.CardView>
  10. <android.support.v7.widget.CardView
  11. android:layout_width="0dp"
  12. android:layout_weight="1"
  13. android:layout_height="wrap_content">
  14. </android.support.v7.widget.CardView>
  15. </LinearLayout>
Runtime error #stdin #stdout #stderr 0s 5084KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
./prog.sh: line 1: LinearLayout: No such file or directory
./prog.sh: line 2: android:layout_width=match_parent: command not found
./prog.sh: line 3: android:layout_height=wrap_content: command not found
./prog.sh: line 4: syntax error near unexpected token `newline'
./prog.sh: line 4: `            android:orientation="horizontal">'