Skip to content

Commit

Permalink
Color Picker: Allow small letters
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Dec 19, 2023
1 parent 0bd80a9 commit 92f2784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:digits="#0123456789ABCDEF"
android:digits="#0123456789ABCDEFabcdef"
android:imeOptions="actionDone"
android:inputType="text|textNoSuggestions|textCapCharacters"
android:lines="1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:digits="#0123456789ABCDEF"
android:digits="#0123456789ABCDEFabcdef"
android:imeOptions="actionDone"
android:inputType="text|textNoSuggestions|textCapCharacters"
android:lines="1"
Expand Down

0 comments on commit 92f2784

Please sign in to comment.