diff options
Diffstat (limited to 'res/layout/create_contact_dialog.xml')
-rw-r--r-- | res/layout/create_contact_dialog.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/create_contact_dialog.xml b/res/layout/create_contact_dialog.xml index 93248b40..4b5b9a04 100644 --- a/res/layout/create_contact_dialog.xml +++ b/res/layout/create_contact_dialog.xml @@ -19,7 +19,7 @@ <TextView android:id="@+id/jabber_id" - android:paddingTop="8dp" + android:layout_marginTop="8dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="14sp" @@ -28,10 +28,11 @@ <AutoCompleteTextView android:id="@+id/jid" - android:paddingTop="8dp" android:layout_width="fill_parent" android:layout_height="wrap_content" android:inputType="textEmailAddress" android:hint="@string/account_settings_example_jabber_id" + android:textColorHint="@color/secondarytext" + android:textColor="@color/primarytext" /> </LinearLayout> |