16 lines
584 B
XML
16 lines
584 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:padding="24dp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<androidx.appcompat.widget.AppCompatEditText
|
|
android:textSize="@dimen/fb"
|
|
android:textStyle="bold"
|
|
android:id="@+id/ko"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:digits="1234567890.-"
|
|
android:inputType="number"/>
|
|
</LinearLayout>
|