up-down-domain picker is a popular/general UI component, but anytime I have to add it by hand.Why is NumberPicker (up-down-domain picker) not visibility in Android UI Editor at Eclipse?
<android.widget.NumberPicker
android:id="@+id/ppp"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
I got it! NumberPicker widget supports Android SDK since API level 11 = Android 3.0+ OS, and my project is based on Android 2.x OS.