答案 0 :(得分:1)
您可以在布局中使用多个EditText,然后根据用户输入来回跳转。用提示图像初始化它们。然后,只要用户输入按键,就加载黑点图像。
您可以使用覆盖onKeyPressed()方法进行调整。
onKeyPressed->如果按下的键是字母/数字,则将图像设置为背景, 如果按下的键是Delete键,则将提示图像设置为背景并清除该编辑文本。
希望这会有所帮助。
答案 1 :(得分:1)
给$i = 0;
while($i < 5):
if($counselor[$i++]->state == $state || !$state):
// do stuff
endif;
endwhile;
成像您的background
并为edittext
使用View
UnderLine
尝试一下对您有帮助。
答案 2 :(得分:0)
是的,您可以在“编辑文本”中设置“地面图像”。
XML代码:
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Any thing you want"
android:background="@mipmap/ic_launcher_round"/>