Last active
January 19, 2023 09:29
-
-
Save ricknout/175ef965e6ebee74e4a5fc6b871c4284 to your computer and use it in GitHub Desktop.
Legacy text field in layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Copyright 2020 Google LLC. | |
| SPDX-License-Identifier: Apache-2.0 --> | |
| <com.google.android.material.textfield.TextInputLayout | |
| ... | |
| + style="@style/Widget.Design.TextInputLayout"> | |
| ... | |
| </com.google.android.material.textfield.TextInputLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment