equal
deleted
inserted
replaced
11 <TextView android:layout_width="fill_parent" |
11 <TextView android:layout_width="fill_parent" |
12 android:layout_height="wrap_content" android:text="@string/ChangeStatusText" |
12 android:layout_height="wrap_content" android:text="@string/ChangeStatusText" |
13 android:textColor="@color/blue_sky" /> |
13 android:textColor="@color/blue_sky" /> |
14 |
14 |
15 <EditText android:id="@+id/ChangeStatusText" |
15 <EditText android:id="@+id/ChangeStatusText" |
|
16 android:inputType="textShortMessage|textAutoCorrect" android:imeOptions="actionDone" |
16 android:layout_width="fill_parent" android:layout_height="wrap_content"/> |
17 android:layout_width="fill_parent" android:layout_height="wrap_content"/> |
17 |
18 |
18 <LinearLayout android:orientation="horizontal" |
19 <LinearLayout android:orientation="horizontal" |
19 android:layout_width="fill_parent" android:layout_height="wrap_content"> |
20 android:layout_width="fill_parent" android:layout_height="wrap_content"> |
20 |
21 |