得到
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<!---
|
||||
This is the API of version 1.2.0
|
||||
-->
|
||||
|
||||
# BasicTextField
|
||||
|
||||
BasicTextField can be used to insert text. See [TextField](../material/textfield.md) for a material version.
|
||||
|
||||
<p align="center">
|
||||
<img src ="{{ site.images }}/foundation/basictextfield/basictextfield.png" />
|
||||
</p>
|
||||
|
||||
```kotlin
|
||||
--8<-- "foundation/basictextfield/BasicTextFieldDemo.kt:func"
|
||||
```
|
||||
|
||||
-------------
|
||||
## See also:
|
||||
* [Full Example Code]({{ site.samplefolder }}/foundation/basictextfield/BasicTextFieldDemo.kt)
|
||||
Reference in New Issue
Block a user