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-20 20:12:52 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
material-components_materia...
/
lib
/
java
/
com
/
google
/
android
/
material
/
textfield
History
dniz
8dc2eefd19
Update comments
...
PiperOrigin-RevId: 259405175
2019-07-22 21:20:09 -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
build.gradle
Clean up Gradle build shorthands for appcompat/androidx libraries
2019-01-18 14:13:26 -05:00
ClearTextEndIconDelegate.java
Revert the library to compile with Java 7: revert lambdas, add necessary casts, and make some variables final.
2019-07-15 19:19:23 -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
Revert the library to compile with Java 7: revert lambdas, add necessary casts, and make some variables final.
2019-07-15 19:19:23 -04:00
EndIconDelegate.java
Internal cleanup
2019-07-03 14:02:53 -04:00
IndicatorViewController.java
Update comments
2019-07-22 21:20:09 -04: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
Revert the library to compile with Java 7: revert lambdas, add necessary casts, and make some variables final.
2019-07-15 19:19:23 -04:00
TextInputEditText.java
use .equalsIgnoreCase(...) instead of .toLowerCase().equals(...)
2019-07-03 15:19:19 -04:00
TextInputLayout.java
Revert the library to compile with Java 7: revert lambdas, add necessary casts, and make some variables final.
2019-07-15 19:19:23 -04:00