This website requires JavaScript.
Explore
Help
Sign In
DEV
/
material-components_material-components-android
Watch
1
Star
0
Fork
0
You've already forked material-components_material-components-android
mirror of
https://github.com/material-components/material-components-android.git
synced
2026-01-21 04:22:42 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
material-components_materia...
/
lib
/
java
/
com
/
google
/
android
/
material
/
textfield
History
marianomartin
90837ec485
Internal cleanup
...
PiperOrigin-RevId: 249243403
2019-05-21 12:15:07 -04:00
..
res
Fixing typo in dropdown content description string.
2019-05-16 12:36:32 -04:00
res-public
/values
Adding support for TextInputLayout start icon. It can be set to be just a drawable or, if a OnClickListener is set to it, a button.
2019-03-22 16:19:36 -04:00
AndroidManifest.xml
…
build.gradle
Clean up Gradle build shorthands for appcompat/androidx libraries
2019-01-18 14:13:26 -05:00
ClearTextEndIconDelegate.java
Adding the EditText as a parameter for onEditTextAttached().
2019-05-16 17:17:14 -04:00
CustomEndIconDelegate.java
Creating EndIconDelegate abstract class and subclasses to refactor how TextInputLayout initialize its end icons.
2019-04-19 21:35:40 -04:00
CutoutDrawable.java
Support custom backgrounds for outline text fields and use EditText's background for the text field's outline.
2019-01-25 13:55:36 -05:00
DropdownMenuEndIconDelegate.java
Internal cleanup
2019-05-21 12:15:07 -04:00
EndIconDelegate.java
Exposed Dropdown Menu (
https://material.io/design/components/menus.html#exposed-dropdown-menu
).
2019-05-03 10:58:36 -04:00
IndicatorViewController.java
There is no need to use deprecated Space class from support library. Space was added in API 14 in platform and hasn't changed since.
2019-02-24 14:33:42 -05:00
NoEndIconDelegate.java
Creating EndIconDelegate abstract class and subclasses to refactor how TextInputLayout initialize its end icons.
2019-04-19 21:35:40 -04:00
PasswordToggleEndIconDelegate.java
Adding the EditText as a parameter for onEditTextAttached().
2019-05-16 17:17:14 -04:00
TextInputEditText.java
Simplify Meizu fix by forcing creation of a hintLayout
2019-05-16 17:25:11 -04:00
TextInputLayout.java
Internal cleanup
2019-05-21 12:15:07 -04:00