我正在使用数字选择器从用户那里获取信息,但是当我在 XML 中调用数字选择器时,我只能看到 EditText,并且按钮没有出现。
<NumberPicker android:id="@+id/reais_picker"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_marginTop="50dp"
android:layout_marginLeft="40dp"
android:layout_toRightOf="@id/type_spinner"
android:layout_below="@id/valor_text" />