aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_edit_account.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-01 14:36:58 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-01 14:40:14 +0200
commit29b2adf5fd6725b47a647634657aeb8a94756534 (patch)
tree0da0775e9087c31294bcc7953bd06c525efe727d /src/main/res/layout/activity_edit_account.xml
parent725b1a7406a06584e1b15a1cc273e926ec9e6804 (diff)
changed some of the jid entering dialogs to textinputlayout
Diffstat (limited to 'src/main/res/layout/activity_edit_account.xml')
-rw-r--r--src/main/res/layout/activity_edit_account.xml26
1 files changed, 6 insertions, 20 deletions
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