diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-07-11 19:48:41 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-07-11 19:48:41 +0200 |
commit | 610df2eddc06d9b7cbe0157a2f101eb9eaef76d0 (patch) | |
tree | 93fa18809c9b2cb606006e36801b513d81575bd8 /res/layout/create_contact_dialog.xml | |
parent | 690ee4988eda2c23830f514d31302b2837bd04f4 (diff) |
added join conference dialog
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> |