Commit edda6cc1 by eqy Committed by Tianqi Chen

use phone EditText for numerical fields (#1587)

parent f52255b9
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
android:hint="@string/input_address" android:hint="@string/input_address"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:inputType="phone"
android:background="@android:drawable/editbox_background"/> android:background="@android:drawable/editbox_background"/>
</LinearLayout> </LinearLayout>
...@@ -37,6 +38,7 @@ ...@@ -37,6 +38,7 @@
android:minWidth="100dip" android:minWidth="100dip"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:inputType="phone"
android:background="@android:drawable/editbox_background"/> android:background="@android:drawable/editbox_background"/>
</LinearLayout> </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