res/layout/contactlist.xml
changeset 190 079488da1bfc
parent 48 e7a787b81100
equal deleted inserted replaced
189:dae38cc05ddf 190:079488da1bfc
     9 			android:layout_height="fill_parent"
     9 			android:layout_height="fill_parent"
    10             android:layout_weight="1" />
    10             android:layout_weight="1" />
    11 
    11 
    12         <TextView android:id="@+id/android:empty"
    12         <TextView android:id="@+id/android:empty"
    13 			android:layout_width="fill_parent"
    13 			android:layout_width="fill_parent"
    14             android:layout_height="fill_parent" android:text="Non connecte" />
    14             android:layout_height="fill_parent" android:text="@string/ConListNotConnected" />
    15 
    15 
    16 </LinearLayout>
    16 </LinearLayout>