fork download
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://s...content-available-to-author-only...d.com/apk/res/android"
  3. android:layout_width="fill_parent"
  4. android:layout_height="fill_parent"
  5. android:padding="10dp" >
  6.  
  7. <ImageButton
  8. android:id="@+id/imageButton1"
  9. android:layout_width="wrap_content"
  10. android:layout_height="wrap_content"
  11. android:focusable="false"
  12. android:src="@android:drawable/btn_star_big_off" />
  13.  
  14. <LinearLayout
  15. android:layout_width="wrap_content"
  16. android:layout_height="match_parent"
  17. android:orientation="vertical"
  18. android:paddingLeft="10dp" >
  19.  
  20. <TextView
  21. android:id="@+id/name"
  22. android:layout_width="wrap_content"
  23. android:layout_height="wrap_content"
  24. android:text="どうぶつ"
  25. android:textAppearance="?android:attr/textAppearanceLarge" />
  26.  
  27. <TextView
  28. android:id="@+id/url"
  29. android:layout_width="wrap_content"
  30. android:layout_height="wrap_content"
  31. android:text="http://www."
  32. android:textAppearance="?android:attr/textAppearanceSmall" />
  33.  
  34. </LinearLayout>
  35.  
  36. </LinearLayout>
  37.  
Not running #stdin #stdout 0s 0KB
stdin
stdout
Standard output is empty