PageRenderTime 85ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/clients/android/branches/hardware-1.0.x/res/layout/procedure_list_row.xml

http://moca.googlecode.com/
XML | 31 lines | 28 code | 2 blank | 1 comment | 0 complexity | 42bae0f408a7e99755c8aeef367ac9cc MD5 | raw file
Possible License(s): BSD-3-Clause, Apache-2.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Used in ProcedureList activity-->
  3. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="fill_parent"
  5. android:layout_height="wrap_content"
  6. android:orientation="vertical"
  7. android:padding="6dip">
  8. <TextView
  9. android:text=""
  10. android:id="@+id/toptext"
  11. android:layout_width="fill_parent"
  12. android:layout_height="wrap_content"
  13. android:layout_weight="1"
  14. android:gravity="center_vertical"
  15. android:focusable="false"
  16. android:focusableInTouchMode="false"
  17. android:textStyle="bold"
  18. android:textAppearance="?android:attr/textAppearanceLarge"
  19. />
  20. <TextView
  21. android:text=""
  22. android:layout_width="fill_parent"
  23. android:layout_height="wrap_content"
  24. android:layout_weight="1"
  25. android:id="@+id/bottomtext"
  26. android:ellipsize="marquee"
  27. android:focusable="false"
  28. android:focusableInTouchMode="false"/>
  29. </LinearLayout>