From b517bdfa4849e68516aa9653de03568b43a6d6b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Mon, 17 Mar 2014 19:09:40 +0100 Subject: Configuration Wizard sized for tablets. Including provider details. --- res/layout/provider_list_item.xml | 43 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 res/layout/provider_list_item.xml (limited to 'res/layout') diff --git a/res/layout/provider_list_item.xml b/res/layout/provider_list_item.xml new file mode 100644 index 00000000..8746f6f8 --- /dev/null +++ b/res/layout/provider_list_item.xml @@ -0,0 +1,43 @@ + + + + + + + + + + -- cgit v1.2.3 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') 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