Sha256: 5b0c7a18d1010d38f7bf26b7ccadfc04ba732c1007e9d64171d4aa905f0f3a89

Contents?: true

Size: 1.5 KB

Versions: 63

Compression:

Stored size: 1.5 KB

Contents

<?xml version="1.0" encoding="utf-8"?>

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
	android:orientation="vertical" android:layout_width="fill_parent"
	android:layout_height="fill_parent" android:fillViewport="true">
<LinearLayout android:id="@+id/datetime" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_gravity="center_horizontal" android:orientation="vertical">
<DatePicker android:layout_height="wrap_content" android:id="@+id/datePicker" android:layout_gravity="top|center_horizontal" android:layout_width="wrap_content"></DatePicker>
<TimePicker android:layout_height="wrap_content" android:id="@+id/timePicker" android:layout_gravity="center_vertical|center_horizontal" android:layout_width="wrap_content"></TimePicker>
<LinearLayout android:id="@+id/LinearLayout01" android:layout_weight="1" android:layout_gravity="center_vertical|center_horizontal" android:layout_height="wrap_content" android:layout_width="wrap_content">
<Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:id="@+id/okButton" android:text="@string/ok" android:clickable="true"></Button><Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:text="@string/cancel" android:id="@+id/cancelButton" android:clickable="true"></Button>
</LinearLayout>
</LinearLayout>
</ScrollView>

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
rhodes-3.0.1.beta.2 platform/android/Rhodes/res/layout/datetime.xml
rhodes-3.0.0 platform/android/Rhodes/res/layout/datetime.xml
rhodes-3.0.0.beta.7 platform/android/Rhodes/res/layout/datetime.xml
rhodes-3.0.0.beta.6 platform/android/Rhodes/res/layout/datetime.xml
rhodes-3.0.0.beta.5 platform/android/Rhodes/res/layout/datetime.xml
rhodes-3.0.0.beta.4 platform/android/Rhodes/res/layout/datetime.xml
rhodes-3.0.0.beta.3 platform/android/Rhodes/res/layout/datetime.xml
rhodes-3.0.0.beta.2 platform/android/Rhodes/res/layout/datetime.xml
rhodes-3.0.0.beta.1 platform/android/Rhodes/res/layout/datetime.xml
rhodes-2.4.1 platform/android/Rhodes/res/layout/datetime.xml
rhodes-2.4.1.beta.1 platform/android/Rhodes/res/layout/datetime.xml
rhodes-2.4.0 platform/android/Rhodes/res/layout/datetime.xml
rhodes-2.4.0.beta.2 platform/android/Rhodes/res/layout/datetime.xml
rhodes-2.4.0.beta.1 platform/android/Rhodes/res/layout/datetime.xml
rhodes-2.3.2 platform/android/Rhodes/res/layout/datetime.xml
rhodes-2.3.2.beta.2 platform/android/Rhodes/res/layout/datetime.xml
rhodes-2.3.2.beta.1 platform/android/Rhodes/res/layout/datetime.xml
rhodes-2.3.1 platform/android/Rhodes/res/layout/datetime.xml
rhodes-2.3.1.beta.1 platform/android/Rhodes/res/layout/datetime.xml
rhodes-2.3.0 platform/android/Rhodes/res/layout/datetime.xml