res/layout/contactdialog.xml
changeset 209 f5b9da8365f5
parent 200 121fe5a66404
child 267 ab5493f08c57
child 269 d78115a6b45b
equal deleted inserted replaced
208:6be326cfb621 209:f5b9da8365f5
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     3 	android:orientation="vertical" android:layout_width="fill_parent"
     3 	android:orientation="vertical" android:layout_width="fill_parent"
     4 	android:layout_height="fill_parent">
     4 	android:layout_height="fill_parent">
     5 
     5 
     6 	<Button android:id="@+id/CDChat" android:layout_width="fill_parent"
     6 	<Button android:id="@+id/CDChat" android:layout_width="fill_parent"
     7 		android:layout_height="wrap_content" android:text="Chat" />
     7 		android:layout_height="wrap_content" android:text="@string/CDChat" />
     8 
     8 
     9 	<Button android:id="@+id/CDAlias" android:layout_width="fill_parent"
     9 	<Button android:id="@+id/CDAlias" android:layout_width="fill_parent"
    10 		android:layout_height="wrap_content" android:text="Alias" />
    10 		android:layout_height="wrap_content" android:text="@string/CDAlias" />
    11 
    11 
    12 	<Button android:id="@+id/CDGroup" android:layout_width="fill_parent"
    12 	<Button android:id="@+id/CDGroup" android:layout_width="fill_parent"
    13 		android:layout_height="wrap_content" android:text="Change group" />
    13 		android:layout_height="wrap_content" android:text="@string/CDGroup" />
    14 
    14 
    15 	<Button android:id="@+id/CDResend" android:layout_width="fill_parent"
    15 	<Button android:id="@+id/CDResend" android:layout_width="fill_parent"
    16 		android:layout_height="wrap_content" android:text="Resend suscription" />
    16 		android:layout_height="wrap_content" android:text="@string/CDResend" />
    17 
    17 
    18 	<Button android:id="@+id/CDInfos" android:layout_width="fill_parent"
    18 	<Button android:id="@+id/CDInfos" android:layout_width="fill_parent"
    19 		android:layout_height="wrap_content" android:text="User infos" />
    19 		android:layout_height="wrap_content" android:text="@string/CDInfos" />
    20 
    20 
    21 </LinearLayout>
    21 </LinearLayout>