res/layout/contactdialog.xml
changeset 422 1385ea631852
parent 353 91bf7d256964
equal deleted inserted replaced
420:ecddfb6c0e2a 422:1385ea631852
     7 		android:layout_height="wrap_content" android:text="@string/CDChat" />
     7 		android:layout_height="wrap_content" android:text="@string/CDChat" />
     8 		
     8 		
     9 	<Button android:id="@+id/CDCall" android:layout_width="fill_parent"
     9 	<Button android:id="@+id/CDCall" android:layout_width="fill_parent"
    10 		android:layout_height="wrap_content" android:text="@string/CDCall" />
    10 		android:layout_height="wrap_content" android:text="@string/CDCall" />
    11 
    11 
    12 	<Button android:id="@+id/CDAlias" android:layout_width="fill_parent"
       
    13 		android:layout_height="wrap_content" android:text="@string/CDAlias" />
       
    14 
       
    15 	<Button android:id="@+id/CDDelete" android:layout_width="fill_parent"
       
    16 		android:layout_height="wrap_content" android:text="@string/CDDelete" />
       
    17 
       
    18 	<Button android:id="@+id/CDResend" android:layout_width="fill_parent"
       
    19 		android:layout_height="wrap_content" android:text="@string/CDResend" />
       
    20 
       
    21 	<Button android:id="@+id/CDInfos" android:layout_width="fill_parent"
    12 	<Button android:id="@+id/CDInfos" android:layout_width="fill_parent"
    22 		android:layout_height="wrap_content" android:text="@string/CDInfos" />
    13 		android:layout_height="wrap_content" android:text="@string/CDInfos" />
    23 
    14 
    24 	<Button android:id="@+id/CDBlock" android:layout_width="fill_parent"
       
    25 		android:layout_height="wrap_content" android:text="@string/CDBlock" />
       
    26 
       
    27 </LinearLayout>
    15 </LinearLayout>