Advertisement
Guest User

xml dmi2

a guest
Aug 16th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ScrollView xmlns:tools="http://schemas.android.com/tools"
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:id="@+id/scrollView11"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent" >
  7.  
  8. <HorizontalScrollView
  9. android:id="@+id/scrollView12"
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent" >
  12.  
  13. <LinearLayout
  14. android:id="@+id/ll1"
  15. android:layout_width="wrap_content"
  16. android:layout_height="wrap_content"
  17. android:background="#24476D" >
  18.  
  19. <view
  20. android:id="@+id/dmi"
  21. android:layout_width="640dp"
  22. android:layout_height="480dp"
  23. android:layout_gravity="left"
  24. android:layout_marginLeft="10dp"
  25. android:layout_marginTop="20dp"
  26. android:layout_weight="1"
  27. class="com.example.ecorailnet.DMIView"
  28. android:background="#8fc7ff" />
  29.  
  30. <TextView
  31. android:id="@+id/empty_list_view"
  32. android:layout_width="wrap_content"
  33. android:layout_height="wrap_content"
  34. android:text="@string/ok"
  35. android:visibility="gone" />
  36.  
  37. <view
  38. android:id="@+id/cpp"
  39. android:layout_width="wrap_content"
  40. android:layout_height="wrap_content"
  41. android:layout_gravity="right"
  42. android:layout_marginLeft="20dp"
  43. android:layout_marginTop="20dp"
  44. android:layout_weight="1"
  45. class="com.example.ecorailnet.ControlPanel" />
  46. </LinearLayout>
  47. </HorizontalScrollView>
  48. </ScrollView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement