mirror of
https://github.com/russok/FitoTrack.git
synced 2025-10-28 16:22:12 -07:00
23 lines
793 B
XML
23 lines
793 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent" >
|
|
|
|
<NumberPicker
|
|
android:id="@+id/spokenUpdatesTimePicker"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentTop="true"
|
|
android:layout_margin="50dp"
|
|
android:layout_alignParentLeft="true"/>
|
|
|
|
<NumberPicker
|
|
android:id="@+id/spokenUpdatesDistancePicker"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentTop="true"
|
|
android:layout_margin="50dp"
|
|
android:layout_alignParentRight="true"/>
|
|
|
|
</RelativeLayout>
|