equal
deleted
inserted
replaced
1 <?xml version="1.0" encoding="utf-8"?> |
1 <?xml version="1.0" encoding="utf-8"?> |
2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
3 android:layout_width="fill_parent" android:layout_height="wrap_content" |
3 android:layout_width="fill_parent" android:layout_height="wrap_content" |
4 android:orientation="vertical"> |
4 android:orientation="vertical"> |
5 <RelativeLayout android:orientation="vertical" |
5 <RelativeLayout android:orientation="vertical" |
6 android:layout_width="fill_parent" android:layout_height="fill_parent" |
6 android:layout_width="fill_parent" android:layout_height="wrap_content" |
7 android:padding="10dip"> |
7 android:padding="10dip"> |
8 <LinearLayout android:id="@+id/avatar_panel" |
8 <LinearLayout android:id="@+id/avatar_panel" |
9 android:orientation="vertical" |
9 android:orientation="vertical" |
10 android:gravity="center" |
10 android:gravity="center" |
11 android:layout_alignParentTop="true" |
11 android:layout_alignParentTop="true" |
27 android:contentDescription="@string/ChangeStatusType"/> |
27 android:contentDescription="@string/ChangeStatusType"/> |
28 <TextView android:id="@+id/ChangeStatusMessageLabel" |
28 <TextView android:id="@+id/ChangeStatusMessageLabel" |
29 android:layout_width="fill_parent" android:layout_height="wrap_content" |
29 android:layout_width="fill_parent" android:layout_height="wrap_content" |
30 android:layout_below="@id/ChangeStatusSpinner" |
30 android:layout_below="@id/ChangeStatusSpinner" |
31 style="@style/Label" |
31 style="@style/Label" |
32 android:inputType="textShortMessage|textCapSentences|textAutoCorrect|textMultiLine|textImeMultiLine" |
|
33 android:imeOptions="actionDone" |
|
34 android:selectAllOnFocus="true" |
32 android:selectAllOnFocus="true" |
35 android:focusable="true" |
33 android:focusable="true" |
|
34 android:text="@string/ChangeStatusMessage" |
36 /> |
35 /> |
37 <EditText android:id="@+id/ChangeStatusMessage" |
36 <EditText android:id="@+id/ChangeStatusMessage" |
38 android:inputType="textShortMessage|textAutoCorrect" |
37 android:inputType="textShortMessage|textAutoCorrect" |
39 android:imeOptions="actionDone" android:layout_width="fill_parent" |
38 android:imeOptions="actionDone" android:layout_width="fill_parent" |
40 android:layout_height="wrap_content" android:layout_below="@id/ChangeStatusMessageLabel" |
39 android:layout_height="wrap_content" android:layout_below="@id/ChangeStatusMessageLabel" |