Commit edda6cc1 by eqy Committed by Tianqi Chen

use phone EditText for numerical fields (#1587)

parent f52255b9
......@@ -20,6 +20,7 @@
android:hint="@string/input_address"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:inputType="phone"
android:background="@android:drawable/editbox_background"/>
</LinearLayout>
......@@ -37,6 +38,7 @@
android:minWidth="100dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:inputType="phone"
android:background="@android:drawable/editbox_background"/>
</LinearLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment