From c583fdb33c6a07c26d00fe972b1371ffd9a38607 Mon Sep 17 00:00:00 2001 From: Schmidt Jonson Date: Thu, 19 Jul 2018 11:17:47 -0300 Subject: [PATCH 1/2] adjust date picker sizes to work better in smaller screens --- library/src/main/res/values-small/dimens.xml | 30 ++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 library/src/main/res/values-small/dimens.xml diff --git a/library/src/main/res/values-small/dimens.xml b/library/src/main/res/values-small/dimens.xml new file mode 100644 index 00000000..fe93d4ae --- /dev/null +++ b/library/src/main/res/values-small/dimens.xml @@ -0,0 +1,30 @@ + + + + + + 230dp + 130dp + 20dp + 80dp + 20dp + 180dp + \ No newline at end of file From 8f861020ad1c8e3708cd88aaac2cd48108600cc1 Mon Sep 17 00:00:00 2001 From: Schmidt Jonson Date: Thu, 19 Jul 2018 11:26:51 -0300 Subject: [PATCH 2/2] increase calendar size --- library/src/main/res/values-small/dimens.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/library/src/main/res/values-small/dimens.xml b/library/src/main/res/values-small/dimens.xml index fe93d4ae..aaf92cbd 100644 --- a/library/src/main/res/values-small/dimens.xml +++ b/library/src/main/res/values-small/dimens.xml @@ -22,9 +22,9 @@ xmlns:android="http://schemas.android.com/apk/res/android" > 230dp - 130dp - 20dp - 80dp - 20dp - 180dp + 120dp + 15dp + 75dp + 15dp + 200dp \ No newline at end of file