【发布时间】:2020-02-16 08:49:26
【问题描述】:
请在屏幕截图下方找到圆形框显示自定义按钮选项。
XML 代码:
<EditText
android:id="@+id/et_cost_per_mile"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:hint="Cost Per Mile(₤)"
android:inputType="numberSigned"
/>
我只想从键盘上删除 :: 按钮。
【问题讨论】:
-
抱歉,您无法直接控制输入法编辑器向其用户提供的内容。
-
我认为您可以做的是创建一个自定义键盘,以便您拥有想要的键盘? fampennings.nl/maarten/android/09keyboard/index.htm
-
分享您的自定义键盘代码
标签: android android-layout android-keypad