diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-04-01 14:36:58 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-04-01 14:40:14 +0200 |
commit | 29b2adf5fd6725b47a647634657aeb8a94756534 (patch) | |
tree | 0da0775e9087c31294bcc7953bd06c525efe727d /src/main/res/layout | |
parent | 725b1a7406a06584e1b15a1cc273e926ec9e6804 (diff) |
changed some of the jid entering dialogs to textinputlayout
Diffstat (limited to 'src/main/res/layout')
-rw-r--r-- | src/main/res/layout/activity_change_password.xml | 11 | ||||
-rw-r--r-- | src/main/res/layout/activity_edit_account.xml | 26 | ||||
-rw-r--r-- | src/main/res/layout/create_conference_dialog.xml | 37 | ||||
-rw-r--r-- | src/main/res/layout/enter_jid_dialog.xml | 29 | ||||
-rw-r--r-- | src/main/res/layout/join_conference_dialog.xml | 33 |
5 files changed, 49 insertions, 87 deletions
diff --git a/src/main/res/layout/activity_change_password.xml b/src/main/res/layout/activity_change_password.xml index 1dfdc8309..55cd7dd53 100644 --- a/src/main/res/layout/activity_change_password.xml +++ b/src/main/res/layout/activity_change_password.xml @@ -39,10 +39,7 @@ android:layout_height="wrap_content" android:layout_alignParentTop="true" android:hint="@string/current_password" - android:inputType="textPassword" - android:textColor="?attr/color_text_primary" - android:textColorHint="?attr/color_text_secondary" - android:textSize="?attr/TextSizeBody" /> + android:inputType="textPassword" /> </android.support.design.widget.TextInputLayout> <android.support.design.widget.TextInputLayout @@ -58,11 +55,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" - android:hint="@string/new_password" - android:inputType="textPassword" - android:textColor="?attr/color_text_primary" - android:textColorHint="?attr/color_text_secondary" - android:textSize="?attr/TextSizeBody" /> + android:hint="@string/new_password" /> </android.support.design.widget.TextInputLayout> </LinearLayout> </android.support.v7.widget.CardView> diff --git a/src/main/res/layout/activity_edit_account.xml b/src/main/res/layout/activity_edit_account.xml index 229c3c4ad..01cd2b5de 100644 --- a/src/main/res/layout/activity_edit_account.xml +++ b/src/main/res/layout/activity_edit_account.xml @@ -64,10 +64,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:imeOptions="actionNext" - android:inputType="textEmailAddress" - android:textColor="?attr/color_text_primary" - android:textColorHint="?attr/color_text_secondary" - android:textSize="?attr/TextSizeBody" /> + android:inputType="textEmailAddress" /> </android.support.design.widget.TextInputLayout> <android.support.design.widget.TextInputLayout @@ -83,10 +80,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="@string/password" - android:inputType="textPassword" - android:textColor="@color/black87" - android:textColorHint="@color/black54" - android:textSize="?attr/TextSizeBody" /> + android:inputType="textPassword" /> </android.support.design.widget.TextInputLayout> <LinearLayout @@ -113,10 +107,7 @@ android:id="@+id/hostname" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:inputType="textNoSuggestions" - android:textColor="?attr/color_text_primary" - android:textColorHint="?attr/color_text_secondary" - android:textSize="?attr/TextSizeBody" /> + android:inputType="textNoSuggestions" /> </android.support.design.widget.TextInputLayout> </LinearLayout> @@ -137,10 +128,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:inputType="number" - android:maxLength="5" - android:textColor="?attr/color_text_primary" - android:textColorHint="?attr/color_text_secondary" - android:textSize="?attr/TextSizeBody" /> + android:maxLength="5" /> </android.support.design.widget.TextInputLayout> </LinearLayout> </LinearLayout> @@ -150,9 +138,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="8dp" - android:text="@string/register_account" - android:textColor="@color/black87" - android:textSize="?attr/TextSizeBody" /> + android:text="@string/register_account" /> <TextView android:id="@+id/account_confirm_password_desc" @@ -666,10 +652,10 @@ android:id="@+id/other_device_keys_title" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_margin="@dimen/list_padding" android:text="@string/other_devices" android:textColor="@color/black87" android:textSize="?attr/TextSizeHeadline" - android:layout_margin="@dimen/list_padding" android:textStyle="bold" /> <LinearLayout diff --git a/src/main/res/layout/create_conference_dialog.xml b/src/main/res/layout/create_conference_dialog.xml index e33b4516e..0b83d1d84 100644 --- a/src/main/res/layout/create_conference_dialog.xml +++ b/src/main/res/layout/create_conference_dialog.xml @@ -10,11 +10,10 @@ <TextView android:id="@+id/your_account" - android:layout_width="wrap_content" + style="@style/InputLabel" + android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/your_account" - android:textColor="@color/black87" - android:textSize="?attr/TextSizeBody" android:visibility="gone" /> <Spinner @@ -23,22 +22,22 @@ android:layout_height="wrap_content" android:visibility="gone" /> - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_marginTop="8dp" - android:text="@string/conference_subject" - android:textColor="@color/black87" - android:textSize="?attr/TextSizeBody" /> + <View + android:layout_width="0dp" + android:layout_height="0dp" + android:focusable="true" + android:focusableInTouchMode="true" /> - <EditText - android:id="@+id/subject" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:hint="@string/edit_subject_hint" - android:inputType="textAutoComplete" - android:textColor="@color/black87" - android:textColorHint="@color/black54" - android:textSize="?attr/TextSizeBody" /> + <android.support.design.widget.TextInputLayout + android:layout_width="match_parent" + android:layout_height="wrap_content"> + <android.support.design.widget.TextInputEditText + android:id="@+id/subject" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:hint="@string/edit_subject_hint" + android:nextFocusDown="@+id/subject" + android:nextFocusUp="@+id/subject" /> + </android.support.design.widget.TextInputLayout> </LinearLayout>
\ No newline at end of file diff --git a/src/main/res/layout/enter_jid_dialog.xml b/src/main/res/layout/enter_jid_dialog.xml index 765c438ce..a5d8f4a96 100644 --- a/src/main/res/layout/enter_jid_dialog.xml +++ b/src/main/res/layout/enter_jid_dialog.xml @@ -10,11 +10,10 @@ <TextView android:id="@+id/your_account" + style="@style/InputLabel" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/your_account" - android:textColor="@color/black87" - android:textSize="?attr/TextSizeBody" android:visibility="gone" /> <Spinner @@ -23,23 +22,17 @@ android:layout_height="wrap_content" android:visibility="gone" /> - <TextView - android:id="@+id/jabber_id" - android:layout_width="wrap_content" + <android.support.design.widget.TextInputLayout + android:id="@+id/account_jid_layout" + android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="8dp" - android:text="@string/account_settings_jabber_id" - android:textColor="@color/black87" - android:textSize="?attr/TextSizeBody" /> + android:hint="@string/account_settings_jabber_id"> - <AutoCompleteTextView - android:id="@+id/jid" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:hint="@string/account_settings_example_jabber_id" - android:inputType="textEmailAddress" - android:textColor="@color/black87" - android:textColorHint="@color/black54" - android:textSize="?attr/TextSizeBody" /> + <AutoCompleteTextView + android:id="@+id/jid" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:inputType="textEmailAddress" /> + </android.support.design.widget.TextInputLayout> </LinearLayout>
\ No newline at end of file diff --git a/src/main/res/layout/join_conference_dialog.xml b/src/main/res/layout/join_conference_dialog.xml index a615346fc..5916586e5 100644 --- a/src/main/res/layout/join_conference_dialog.xml +++ b/src/main/res/layout/join_conference_dialog.xml @@ -10,11 +10,10 @@ <TextView android:id="@+id/your_account" + style="@style/InputLabel" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/your_account" - android:textColor="@color/black87" - android:textSize="?attr/TextSizeBody" android:visibility="gone" /> <Spinner @@ -23,24 +22,18 @@ android:layout_height="wrap_content" android:visibility="gone" /> - <TextView - android:id="@+id/jabber_id" - android:layout_width="wrap_content" + <android.support.design.widget.TextInputLayout + android:id="@+id/account_jid_layout" + android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="8dp" - android:text="@string/conference_address" - android:textColor="@color/black87" - android:textSize="?attr/TextSizeBody" /> + android:hint="@string/conference_address"> - <AutoCompleteTextView - android:id="@+id/jid" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:hint="@string/conference_address_example" - android:inputType="textEmailAddress" - android:textColor="@color/black87" - android:textColorHint="@color/black54" - android:textSize="?attr/TextSizeBody" /> + <AutoCompleteTextView + android:id="@+id/jid" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:inputType="textEmailAddress" /> + </android.support.design.widget.TextInputLayout> <CheckBox android:id="@+id/bookmark" @@ -48,8 +41,6 @@ android:layout_height="wrap_content" android:layout_marginTop="8dp" android:checked="true" - android:text="@string/save_as_bookmark" - android:textColor="@color/black87" - android:textSize="?attr/TextSizeBody" /> + android:text="@string/save_as_bookmark" /> </LinearLayout>
\ No newline at end of file |