Missing Number Picker and many other in palette from android studio 3.3?

1.2k Views Asked by At

I am using Android Studio 3.3.2. I didn't find the NumberPicker in the palette which was in Expert tab on older versions of Android Studio. What to do?Screenshot of my palette are given below:

2

There are 2 best solutions below

0
On

I added a button and then had everything between the opening angular brace and forward slash deleted, then i simply typed NumberPicker (yes it was suggested) and vola! It appeared.

3
On

Just type in <NumberPicker in the XML File and Studio will suggest the NumberPicker.
From there on you can adjust it also in the Design View.