/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
- <?xml version="1.0" encoding="utf-8"?>
- <!-- Used in ProcedureList activity-->
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:padding="6dip">
- <TextView
- android:text=""
- android:id="@+id/toptext"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:gravity="center_vertical"
- android:focusable="false"
- android:focusableInTouchMode="false"
- android:textStyle="bold"
- android:textAppearance="?android:attr/textAppearanceLarge"
- />
- <TextView
- android:text=""
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:id="@+id/bottomtext"
- android:ellipsize="marquee"
- android:focusable="false"
- android:focusableInTouchMode="false"/>
- </LinearLayout>