From e6eff58062a780cadb4024f512bfd833e315fd28 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 6 Dec 2017 21:08:10 +0100 Subject: [PATCH] use normal_text_size at dialogs --- app/build.gradle | 2 +- .../main/res/layout/dialog_custom_event_repeat_interval.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b4c80e218..53d67ce8c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.2.0' + implementation 'com.simplemobiletools:commons:3.2.1' implementation 'joda-time:joda-time:2.9.9' implementation 'com.facebook.stetho:stetho:1.5.0' implementation 'com.android.support:multidex:1.0.2' diff --git a/app/src/main/res/layout/dialog_custom_event_repeat_interval.xml b/app/src/main/res/layout/dialog_custom_event_repeat_interval.xml index f3e9b203e..f4320996a 100644 --- a/app/src/main/res/layout/dialog_custom_event_repeat_interval.xml +++ b/app/src/main/res/layout/dialog_custom_event_repeat_interval.xml @@ -22,7 +22,8 @@ android:ems="3" android:inputType="number" android:maxLength="4" - android:textCursorDrawable="@null"/> + android:textCursorDrawable="@null" + android:textSize="@dimen/normal_text_size"/>