-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
麻烦请改下md代码块的格式:
在 ```后面接语言即可
```java
//这里写代码
```
@Override
public void addView(View child, int index, ViewGroup.LayoutParams params) {
if (child instanceof EditText) {
setEditText((EditText) child);//初始化EditText
super.addView(child, 0, updateEditTextMargin(params));//
} else {
// Carry on adding the View...
super.addView(child, index, params);
}
}```xml
```
<demo.design.TextInputLayout
android:id="@+id/inputlayout"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<demo.design.TextInputEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="测试文字测速古" />
</demo.design.TextInputLayout>收到请回复,谢谢。
Metadata
Metadata
Assignees
Labels
No labels