mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
use normal_text_size at dialogs
This commit is contained in:
@@ -43,7 +43,7 @@ ext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.simplemobiletools:commons:3.2.0'
|
implementation 'com.simplemobiletools:commons:3.2.1'
|
||||||
implementation 'joda-time:joda-time:2.9.9'
|
implementation 'joda-time:joda-time:2.9.9'
|
||||||
implementation 'com.facebook.stetho:stetho:1.5.0'
|
implementation 'com.facebook.stetho:stetho:1.5.0'
|
||||||
implementation 'com.android.support:multidex:1.0.2'
|
implementation 'com.android.support:multidex:1.0.2'
|
||||||
|
@@ -22,7 +22,8 @@
|
|||||||
android:ems="3"
|
android:ems="3"
|
||||||
android:inputType="number"
|
android:inputType="number"
|
||||||
android:maxLength="4"
|
android:maxLength="4"
|
||||||
android:textCursorDrawable="@null"/>
|
android:textCursorDrawable="@null"
|
||||||
|
android:textSize="@dimen/normal_text_size"/>
|
||||||
|
|
||||||
<RadioGroup
|
<RadioGroup
|
||||||
android:id="@+id/dialog_radio_view"
|
android:id="@+id/dialog_radio_view"
|
||||||
|
Reference in New Issue
Block a user