J'ai essayé de trouver le bouton NumericUpDown dans Android, mais j'ai échoué. Savez-vous ce que le contrôleur est appelé dans Android - s'il vous plaît faites le moi savoir!Android ayant le bouton NumericUpDown?
<?xml version="1.0" encoding="utf-8"?>
<!--
main.xml
7/22 2010
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<GridView
android:id="@+id/GridView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:numColumns="3"
android:verticalSpacing="10dp"
android:horizontalSpacing="10dp"
android:columnWidth="90dp"
android:stretchMode="columnWidth"
android:gravity="center"
android:background="@color/white"
>
</GridView>
<ButtonUpDown>
<!-- The real name is??? -->
</ButtonUpDown>
</LinearLayout>
Merci pour votre temps Edit:
Le contrôleur ressemble à ceci: Numeric up down http://www.skogberg.eu/img/numUpDown.png
Quelqu'un at-il soumis un patch à l'équipe Android pour le faire encore officiellement? Sinon, quelqu'un devrait le faire aussi, donc les futurs développeurs n'auront pas à poser cette question. –