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

Commit e9add2c8 authored by Raj Yengisetty's avatar Raj Yengisetty Committed by Rajesh Yengisetty
Browse files

DeskClock: enforce max length for edit texts

Change-Id: I42f5fe923700c40604b9e63f6b0f78610a273407
parent b5b5af15
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@
        android:scrollHorizontally="true"
        android:selectAllOnFocus="true"
        android:paddingLeft="48dp"
        android:maxLength="255"
        android:inputType="textNoSuggestions">
        <requestFocus />
      </EditText>
+1 −0
Original line number Diff line number Diff line
@@ -267,6 +267,7 @@
        <item name="android:textCursorDrawable">@null</item>
        <item name="android:inputType">textCapSentences</item>
        <item name="android:selectAllOnFocus">true</item>
        <item name="android:maxLength">255</item>
    </style>

    <style name="bold_button" parent="button">