2 pièce(s) jointe(s)
[DEBUTANT] probleme affichage timepicker
bonjour,
je veux mettre un timepicker dans mon appli, mais quand je la lance dans l'emulateur, le timepicker ne se voit pas bien, voir les pièces jointe. a terme l'appli sera sur fond noir.
voici le code xml:
Code:
1 2 3 4 5 6 7 8
| <TimePicker
android:id="@+id/time_picker_start"
style="@style/AppBaseTheme"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/rbdg_start"
android:layout_centerHorizontal="true"
android:layout_marginTop="33dp" /> |
Merci.