Designing my layout, I selected an EditText with the format “time”, and it put
android:inputType="time"
in my XML file. But now when I run the app, Android opens the soft keyboard which only offers numbers and number signs like “-“, “.” etc., but no colons as required for a correct time format (“##:##”)…
Did anyone already find a way to offer an easy way to enter times (00:00-24:00) apart from using the gigantic graphical controls?
@richey Change your keyboard sittings in the emulator and you are able to input : as well as am or pm
thanks