diff options
author | Parménides GV <parmegv@sdf.org> | 2014-03-17 20:07:19 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-03-29 01:46:28 +0100 |
commit | 9aa13d7a9a5c9ea8b0ca42fd1090051b89b2129e (patch) | |
tree | 2b5329c1bdee338c1c180c1a1b116fc4dbf0b657 /res/layout-xlarge | |
parent | 8c744c9299417e1417f6ffc73da6af10cde57897 (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-xlarge')
-rw-r--r-- | res/layout-xlarge/new_provider_dialog.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/res/layout-xlarge/new_provider_dialog.xml b/res/layout-xlarge/new_provider_dialog.xml index 19b8f442..fc7d84ab 100644 --- a/res/layout-xlarge/new_provider_dialog.xml +++ b/res/layout-xlarge/new_provider_dialog.xml @@ -2,7 +2,8 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:orientation="vertical" > + android:orientation="vertical" + android:textSize="24sp" > <EditText android:id="@+id/new_provider_url" @@ -12,13 +13,14 @@ android:layout_marginTop="16dp" android:layout_marginLeft="4dp" android:layout_marginRight="4dp" - android:layout_marginBottom="4dp" + android:textSize="24sp" android:hint="@string/new_provider_uri" /> <CheckBox android:id="@+id/danger_checkbox" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:textSize="24sp" android:text="@string/danger_checkbox" /> </LinearLayout>
\ No newline at end of file |