equal
deleted
inserted
replaced
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
3 android:orientation="vertical" android:layout_width="fill_parent" |
|
4 android:layout_height="wrap_content"> |
|
5 <TextView android:id="@+id/userinfo_alias_label" |
|
6 android:layout_width="fill_parent" android:layout_height="wrap_content" |
|
7 android:paddingLeft="20sp" android:singleLine="true" android:maxLines="1" |
|
8 android:textSize="30px" android:text="Alias" /> |
|
9 <TextView android:id="@+id/userinfo_alias_def" |
|
10 android:layout_width="fill_parent" android:layout_height="wrap_content" |
|
11 android:paddingLeft="20sp" android:singleLine="true" |
|
12 android:text="Modifier le nom affiche de votre contact" /> |
|
13 </LinearLayout> |
|