From 9aa13d7a9a5c9ea8b0ca42fd1090051b89b2129e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Mon, 17 Mar 2014 20:07:19 +0100 Subject: Edit texts from login and new provider scaled up. Built-in buttons and titles/messages aren't scaled up, it should be programatically but I think that preference should be inherited from Android configuration rather. If every app chose those sizes, then the overall Android feeling wouldn't be homogeneous. --- res/layout/log_in_dialog.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/layout/log_in_dialog.xml') diff --git a/res/layout/log_in_dialog.xml b/res/layout/log_in_dialog.xml index 3a9eebb8..c8a2f0a8 100644 --- a/res/layout/log_in_dialog.xml +++ b/res/layout/log_in_dialog.xml @@ -21,6 +21,7 @@ android:layout_marginLeft="4dp" android:layout_marginRight="4dp" android:layout_marginTop="16dp" + android:textSize="24sp" android:ems="10" android:hint="@string/username_hint" android:inputType="textUri" > @@ -32,6 +33,7 @@ android:id="@+id/password_entered" android:layout_width="match_parent" android:layout_height="wrap_content" + android:textSize="24sp" android:ems="10" android:hint="@string/password_hint" android:inputType="textPassword" /> -- cgit v1.2.3