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

Commit 87e517df authored by ChainsDD's avatar ChainsDD
Browse files

Tweak NumberPicker dialog to show a number pad like arrangement on VK

parent fd73e543
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -121,7 +121,7 @@ public class NumberPicker extends LinearLayout implements OnClickListener,
        mText = (EditText) findViewById(R.id.timepicker_input);
        mText = (EditText) findViewById(R.id.timepicker_input);
        mText.setOnFocusChangeListener(this);
        mText.setOnFocusChangeListener(this);
        mText.setFilters(new InputFilter[] {inputFilter});
        mText.setFilters(new InputFilter[] {inputFilter});
        mText.setRawInputType(InputType.TYPE_CLASS_NUMBER);
        mText.setRawInputType(InputType.TYPE_CLASS_PHONE);


        if (!isEnabled()) {
        if (!isEnabled()) {
            setEnabled(false);
            setEnabled(false);