<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:orientation="horizontal"
|
android:gravity="center" >
|
|
|
<com.jwipc.nodka_alarmpower.My_NumberPicker2
|
android:id="@+id/mNumberPicker_hour"
|
android:layout_width="250dp"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="5dp"
|
android:focusable="true"
|
android:focusableInTouchMode="true"
|
/>
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="5dp"
|
android:text=":" />
|
|
<com.jwipc.nodka_alarmpower.My_NumberPicker2
|
android:id="@+id/mNumberPicker_minute"
|
android:layout_width="250dp"
|
android:layout_height="250dp"
|
android:layout_marginLeft="5dp"
|
android:focusable="true"
|
android:focusableInTouchMode="true"
|
/>
|
|
</LinearLayout>
|