Modif.
authorVincent Veronis <veroni_v@epitech.net>
Sun, 27 Sep 2009 20:16:32 +0200
changeset 417 b284c573cd5b
parent 416 ca334bc39396
child 418 8c3dd8a7064e
Modif.
res/layout/userinfo_alias.xml
src/com/beem/project/beem/ui/UserInfo.java
--- 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) {