--- a/res/layout/userinfo.xml Thu Oct 01 18:21:16 2009 +0200
+++ b/res/layout/userinfo.xml Thu Oct 01 18:32:03 2009 +0200
@@ -17,19 +17,6 @@
</LinearLayout>
<View android:layout_height="1px" android:layout_width="fill_parent"
android:background="#FFFFFF" />
- <LinearLayout android:id="@+id/userinfo_layout_vcard"
- android:orientation="vertical" android:layout_width="fill_parent"
- android:layout_height="70px">
- <TextView android:layout_width="fill_parent"
- android:layout_height="wrap_content" android:paddingLeft="20sp"
- android:singleLine="true" android:maxLines="1" android:textSize="30px"
- android:text="@string/userinfo_label_vcard" />
- <TextView android:layout_width="fill_parent"
- android:layout_height="wrap_content" android:paddingLeft="20sp"
- android:singleLine="true" android:text="@string/userinfo_def_vcard" />
- </LinearLayout>
- <View android:layout_height="1px" android:layout_width="fill_parent"
- android:background="#FFFFFF" />
<LinearLayout android:id="@+id/userinfo_layout_chg_group"
android:orientation="vertical" android:layout_width="fill_parent"
android:layout_height="70px">
--- a/res/values-en/strings.xml Thu Oct 01 18:21:16 2009 +0200
+++ b/res/values-en/strings.xml Thu Oct 01 18:32:03 2009 +0200
@@ -239,12 +239,10 @@
UserInfo Activity
-->
<string name="userinfo_label_alias">Alias</string>
- <string name="userinfo_label_vcard">VCard</string>
<string name="userinfo_label_chg_group">Manage groups</string>
<string name="userinfo_label_re_suscription">Resend suscription</string>
<string name="userinfo_label_block">Block</string>
<string name="userinfo_label_delete">Delete</string>
- <string name="userinfo_def_vcard">User informations</string>
<string name="userinfo_resend">Suscription resend</string>
</resources>
--- a/res/values-fr/strings.xml Thu Oct 01 18:21:16 2009 +0200
+++ b/res/values-fr/strings.xml Thu Oct 01 18:32:03 2009 +0200
@@ -230,11 +230,9 @@
UserInfo Activity
-->
<string name="userinfo_label_alias">Alias</string>
- <string name="userinfo_label_vcard">VCard</string>
<string name="userinfo_label_chg_group">Modifier groupe</string>
<string name="userinfo_label_re_suscription">Renvoyer souscription</string>
<string name="userinfo_label_block">Bloquer</string>
<string name="userinfo_label_delete">Supprimer</string>
- <string name="userinfo_def_vcard">Informations utilisateur</string>
<string name="userinfo_resend">Souscription réenvoyée</string>
</resources>