summaryrefslogtreecommitdiff
path: root/res/layout/log_in_dialog.xml
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-03-17 20:07:19 +0100
committerParménides GV <parmegv@sdf.org>2014-03-29 01:46:28 +0100
commit9aa13d7a9a5c9ea8b0ca42fd1090051b89b2129e (patch)
tree2b5329c1bdee338c1c180c1a1b116fc4dbf0b657 /res/layout/log_in_dialog.xml
parent8c744c9299417e1417f6ffc73da6af10cde57897 (diff)
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.
Diffstat (limited to 'res/layout/log_in_dialog.xml')
-rw-r--r--res/layout/log_in_dialog.xml2
1 files changed, 2 insertions, 0 deletions
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" />