equal
deleted
inserted
replaced
32 android:layout_width="fill_parent" android:layout_height="wrap_content" |
32 android:layout_width="fill_parent" android:layout_height="wrap_content" |
33 android:layout_weight="1" android:text="@string/ClearButton" |
33 android:layout_weight="1" android:text="@string/ClearButton" |
34 android:textStyle="bold" android:textColor="#333333" |
34 android:textStyle="bold" android:textColor="#333333" |
35 android:textSize="18sp" /> |
35 android:textSize="18sp" /> |
36 </LinearLayout> |
36 </LinearLayout> |
|
37 <Button android:id="@+id/OpenContactList" android:layout_width="fill_parent" |
|
38 android:layout_height="wrap_content" android:text="@string/OpenContactList" |
|
39 android:layout_below="@+id/ChangeStatusButtons" android:textStyle="bold" android:textColor="#333333" |
|
40 android:textSize="18sp" /> |
37 </RelativeLayout> |
41 </RelativeLayout> |
38 </ScrollView> |
42 </ScrollView> |