Modif.
--- a/res/layout/userinfo_alias.xml Sun Sep 27 20:02:15 2009 +0200
+++ b/res/layout/userinfo_alias.xml Sun Sep 27 20:16:32 2009 +0200
@@ -8,6 +8,6 @@
android:textSize="30px" android:text="Alias" />
<TextView android:id="@+id/userinfo_alias_def"
android:layout_width="fill_parent" android:layout_height="wrap_content"
- android:paddingLeft="20sp" android:singleLine="true" android:textSize="10px"
+ android:paddingLeft="20sp" android:singleLine="true"
android:text="Modifier le nom affiche de votre contact" />
</LinearLayout>
\ No newline at end of file
--- a/src/com/beem/project/beem/ui/UserInfo.java Sun Sep 27 20:02:15 2009 +0200
+++ b/src/com/beem/project/beem/ui/UserInfo.java Sun Sep 27 20:16:32 2009 +0200
@@ -51,6 +51,9 @@
listview.setOnItemClickListener(new BeemUserInfoClick());
}
+ /**
+ * Event simple click on item of the user info.
+ */
public class BeemUserInfoClick implements OnItemClickListener {
@Override
public void onItemClick(AdapterView<?> arg0, View arg1, int arg2, long arg3) {