shlist

share and manage lists between multiple people
Log | Files | Refs

contact_row.xml (386B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <CheckBox
      3     xmlns:android="http://schemas.android.com/apk/res/android"
      4     android:id="@+id/contactCheckBox"
      5     android:layout_width="fill_parent"
      6     android:layout_height="wrap_content"
      7     android:padding="10dip"
      8     android:textSize="17sp"
      9     android:checked="false"
     10     android:focusable="false"
     11     android:focusableInTouchMode="false"/>