Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2d3bbf2 authored by tibbi's avatar tibbi
Browse files

use normal_text_size at every dialog edittext

parent 04336158
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ buildscript {
        propMinSdkVersion = 16
        propTargetSdkVersion = propCompileSdkVersion
        propVersionCode = 1
        propVersionName = '3.1.12'
        propVersionName = '3.1.13'
        kotlin_version = '1.2.0'
        support_libs = '27.0.2'
    }
+2 −1
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
        android:layout_marginBottom="@dimen/activity_margin"
        android:inputType="textCapSentences"
        android:singleLine="true"
        android:textCursorDrawable="@null"/>
        android:textCursorDrawable="@null"
        android:textSize="@dimen/normal_text_size"/>

</LinearLayout>
+4 −2
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@
        android:layout_height="wrap_content"
        android:layout_marginBottom="@dimen/activity_margin"
        android:singleLine="true"
        android:textCursorDrawable="@null"/>
        android:textCursorDrawable="@null"
        android:textSize="@dimen/normal_text_size"/>

    <com.simplemobiletools.commons.views.MyTextView
        android:id="@+id/rename_item_extension_label"
@@ -32,6 +33,7 @@
        android:layout_height="wrap_content"
        android:layout_marginBottom="@dimen/activity_margin"
        android:singleLine="true"
        android:textCursorDrawable="@null"/>
        android:textCursorDrawable="@null"
        android:textSize="@dimen/normal_text_size"/>

</LinearLayout>