0

I have an application which use a DatePicker & TimePicker.

On my nexus 7 2013 on lollipop, I've another layout :

layout on the nexus 7 2013 lollipop

but i expect that layout (which is on a galaxy tab 2 on ics) :

layout on galaxy tab ics

my xml ressource is :

    <TableRow>
        <DatePicker
            android:id="@+id/dateoperation"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:calendarViewShown="false" />

        <TimePicker
            android:id="@+id/heurearrivee"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"/>

        <TimePicker
            android:id="@+id/heuredepart"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content" />
    </TableRow>

how can I correct that layout ?

Regards

P. Sohm
  • 2,842
  • 2
  • 44
  • 77

0 Answers0