Android EditText 限制输入数字,按钮宽度自适应
<EditText
android:id="@+id/edit_text"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:inputType="number"
android:hint="请输入数字"/>
<Button
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="确认"/>
原文地址: https://www.cveoy.top/t/topic/oru4 著作权归作者所有。请勿转载和采集!