android android-layout android-edittext material-design android-textinputlayout
我试图在编辑文本上添加边框并在其上添加标签.我做了这样的边框:
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<stroke
android:width="1dp"
android:color="#A0A0A0" />
</shape>
Run Code Online (Sandbox Code Playgroud)
但我无法达到我想要的结果.
我想要下面的东西:
请帮忙.