|
3 | 3 | android:orientation="vertical" |
4 | 4 | android:layout_width="match_parent" |
5 | 5 | android:layout_height="match_parent" |
6 | | - android:divider="?android:dividerHorizontal" |
7 | 6 | android:showDividers="middle" |
8 | | - android:theme="@style/BlackTextViewStyle"> |
| 7 | + android:paddingTop="@dimen/activity_vertical_margin" |
| 8 | + android:paddingRight="@dimen/activity_horizontal_margin" |
| 9 | + android:paddingLeft="@dimen/activity_horizontal_margin"> |
9 | 10 |
|
10 | 11 | <TextView |
11 | 12 | android:layout_width="wrap_content" |
12 | 13 | android:layout_height="wrap_content" |
13 | 14 | android:layout_gravity="center" |
14 | | - android:text="@string/contactText"/> |
| 15 | + android:textColor="@color/black_color" |
| 16 | + android:textStyle="bold" |
| 17 | + android:text="@string/contactText" |
| 18 | + android:paddingBottom="@dimen/activity_vertical_margin"/> |
15 | 19 |
|
16 | 20 | <EditText |
17 | 21 | android:id="@+id/contactForm" |
18 | 22 | android:layout_width="fill_parent" |
19 | | - android:layout_height="0px" |
20 | | - android:layout_weight="1" |
| 23 | + android:layout_height="0dip" |
21 | 24 | android:inputType="textMultiLine" |
22 | | - android:lines="5"> |
| 25 | + android:layout_weight="1" |
| 26 | + android:gravity="top|start" |
| 27 | + android:scrollbars="vertical" |
| 28 | + android:imeOptions="actionSend"> |
23 | 29 | <requestFocus/> |
24 | | - </EditText> |
| 30 | + </EditText> <!--android:lines="10"--> |
25 | 31 |
|
26 | 32 | <LinearLayout android:layout_width="match_parent" |
27 | 33 | android:layout_height="wrap_content" |
28 | 34 | android:orientation="horizontal" |
29 | 35 | android:gravity="center_vertical" |
30 | 36 | style="?android:buttonBarStyle"> |
31 | 37 |
|
32 | | - <Button android:id="@+id/sendButton" |
| 38 | + <Button android:id="@+id/sendContactsButton" |
33 | 39 | android:layout_width="fill_parent" |
34 | 40 | android:layout_height="wrap_content" |
35 | 41 | android:text="@string/send" |
|
0 commit comments