dniz
868e80ed6f
Add support for anchoring Snackbars to Views so they can be placed above
...
navigational elements and FABs
This commit also disables the pushing up of FABs when an anchor view is set
PiperOrigin-RevId: 214287486
2018-09-28 16:24:01 -04:00
dniz
a313443f9e
Update AppBarLayout liftOnScroll to support nested scrolling targets
...
- Add liftOnScrollTargetViewId attribute to allow client to specify the scrolling view that should be listened to for updating AppBarLayout lifted state.
- Use View#canScrollVertically instead of View#getScrollY to determine lifted state.
PiperOrigin-RevId: 213614055
2018-09-28 14:55:37 -04:00
dniz
4c41bcbb3c
Remove leading |'s from Chip documentation attribute table
...
PiperOrigin-RevId: 210588729
2018-08-28 16:44:57 -04:00
Material Design Team
b0a9ff6658
Add an override to setLayoutDirection from the parent text view of chips.
...
Setting layoutDirection on TextViews to the direction of the View locale is necessary to ensure that text on chips is rendered correctly in RTL mode. Previously, it would default to LTR mode and then not get set with proper paddings until you interact with a chip to invalidate the layout.
Before (RTL): https://surbhimadan.users.x20web.corp.google.com/www/textrtl_before.mp4
After (RTL): https://surbhimadan.users.x20web.corp.google.com/www/textrtl_after.mp4
Verified no changes to LTR.
PiperOrigin-RevId: 210560864
2018-08-28 16:43:46 -04:00
gauthams
15bf27d7cd
Update MaterialButton to use new color attributes
...
PiperOrigin-RevId: 209617286
2018-08-28 16:31:53 -04:00
cketcham
5a5c6fe5e4
A workaround has been applied that lets us use ThemeOverlays on default styles.
...
PiperOrigin-RevId: 209434277
2018-08-28 16:18:16 -04:00
connieshi
fab7b4b97d
Update Chip attribute table formatting so it displays properly on Github.
...
https://github.com/material-components/material-components-android/issues/146
PiperOrigin-RevId: 208100663
2018-08-17 17:03:26 -04:00
connieshi
d0feb4d321
Add clarification about a chip touch target delegate's boundary requirements.
...
PiperOrigin-RevId: 206975591
2018-08-02 18:06:57 -07:00
connieshi
7d6767cf85
Move Checkable attribute above Check Icon in attribute table.
...
PiperOrigin-RevId: 206578877
2018-08-02 18:04:11 -07:00
connieshi
00bbb1e16f
Fix typo in chip attribute: android:checkable instead of app:checkable
...
Rearrange a few of the attributes to move android attributes to the top.
PiperOrigin-RevId: 206357215
2018-08-02 18:02:55 -07:00
connieshi
516d00d8a6
Add attributes (chipTouchTargetDelegate, chipMinTouchTargetSize) to support chip meeting minimum accessible touch target size.
...
PiperOrigin-RevId: 206197663
2018-08-02 17:58:34 -07:00
afohrman
955d47d251
Update documentation for TextInputLayout's default style.
...
Resolves https://github.com/material-components/material-components-android/issues/143 by clarifying that TextInputLayout does not currently set the default style because of a bug in ThemeOverlay.
PiperOrigin-RevId: 205452751
2018-07-20 18:28:16 -04:00
connieshi
6020fcdbf1
Fix API issue with icon visibility.
...
Deprecate *iconEnabled methods to is*iconVisible and setIs*iconVisible methods.
PiperOrigin-RevId: 202658616
2018-07-02 09:50:53 -04:00
gauthams
58df7b8baa
Fixing MaterialButton padding API surface
...
PiperOrigin-RevId: 202584064
2018-07-02 09:49:33 -04:00
cketcham
841ba156fc
Automated g4 rollback of changelist 199530791
...
PiperOrigin-RevId: 201188669
2018-06-20 17:29:57 -04:00
afohrman
6d28b64043
Update documentation to discourage setting the hint on TextInputEditText.
...
Remove ambiguity about where to set the hint by strongly recommending that it be set on the TextInputLayout.
This commit also updates the documentation to more strongly encourage the use of TextInputEditText over an EditText.
PiperOrigin-RevId: 201037651
2018-06-20 17:28:41 -04:00
cketcham
1397f5d12a
Add hide on scroll docs for BottomAppBar
...
PiperOrigin-RevId: 199630885
2018-06-20 17:25:14 -04:00
afohrman
b087cbad7a
Roll back deletion of FAB attachment functionality.
...
PiperOrigin-RevId: 199530791
2018-06-20 17:24:55 -04:00
connieshi
412ee4c1f1
Add support for tinting the chip icon.
...
PiperOrigin-RevId: 199526967
2018-06-20 17:24:18 -04:00
cketcham
cdb99838c6
Don't allow the fab to be detached from the BottomAppBar unless the fab isn't visible, or the BottomAppBar is scrolled off the screen
...
PiperOrigin-RevId: 199511216
2018-06-20 17:24:01 -04:00
dniz
18e1aa0d71
Add note about using <chip tag for ChipDrawable
...
PiperOrigin-RevId: 199172023
2018-06-20 17:22:41 -04:00
dniz
ad573c764b
Clarify sizing for FloatingActionButton
...
PiperOrigin-RevId: 198914008
2018-06-04 10:51:12 -04:00
Bernat Borrás Paronella
d85b0f79cf
Remove backslash from Floating Button style ref.
...
There was an unnecessary backlash in the style example.
PiperOrigin-RevId: 198911163
2018-06-04 10:49:52 -04:00
afohrman
f2ebf56e21
Rename text field outlined style from "Outline" to "Outlined".
...
This commit updates the style names for the outlined text field box from "Outline" to "Outlined.
Widget.MaterialComponents.TextInputLayout.OutlineBox -> Widget.MaterialComponents.TextInputLayout.OutlinedBox, and
Widget.MaterialComponents.TextInputEditText.OutlineBox -> Widget.MaterialComponents.TextInputEditText.OutlinedBox.
This name matches spec and is closer to what is used on the other platforms.
PiperOrigin-RevId: 198768731
2018-05-31 16:39:44 -04:00
afohrman
bdb25ff7e3
Use android:padding attributes instead of boxPadding attributes for text field dimensions.
...
Move to use native android:padding attrs instead of custom boxPadding attributes for text fields. This is accomplished by creating box styles for TextInputEditText, and setting android:padding attributes in those.
The TextInputLayout box styles set the appropriate TextInputEditText style on its child by wrapping the TextInputEditText style in theme overlays. This is kind of neat, since it allows for the user not to have to set a style on both the TextInputLayout and TextInputEditText - the user does not even have to know about the TextInputEditText styles with this pattern. It should also help clear up some confusion over where to set the hint and other areas of haziness between TextInputLayout and TextInputEditText.
The default editTextStyle is set to the filled box style, to match the default TextInputLayout style.
This change removes the box padding attributes, and it also removes the dimension resources in favor of setting them in the style to improve readability.
This commit also changes TextInputEditText constructors to both use a theme attribute in the 3-arg constructor and call through to the TextInputEditText overloaded constructors rather than call the super's constructor from each. This allows the theme attribute set in the theme overlays to take effect.
PiperOrigin-RevId: 198051251
2018-05-30 17:35:13 -04:00
gauthams
9122d5d6be
Update docs to call out spacing differences in MaterialButton
...
PiperOrigin-RevId: 197806996
2018-05-30 17:30:59 -04:00
connieshi
a71326896a
Use the android:text attribute instead of chipText attribute to specify text label for ChipDrawable.
...
This is one in a series of planned changes that aim to delegate rendering a Chip's text to TextView instead of ChipDrawable.
PiperOrigin-RevId: 197780081
2018-05-30 17:19:38 -04:00
dniz
f2eae2b2e4
Fix AppBarLayout lift on scroll doc line length
...
PiperOrigin-RevId: 197607663
2018-05-30 17:18:26 -04:00
dniz
49b6f396ba
Update AppBarLayout to support lift on scroll behavior
...
PiperOrigin-RevId: 197607028
2018-05-30 17:17:09 -04:00
afohrman
6709e6af1e
Remove escape characters from links in TextInputLayout documentation.
...
PiperOrigin-RevId: 196504132
2018-05-16 11:43:25 -04:00
afohrman
4d4923e00a
Fix formatting for text field attribute table.
...
GitHub was failing to render the table with multi-line rows.
PiperOrigin-RevId: 196501962
2018-05-16 11:43:00 -04:00
cketcham
73d1c6f148
Update links in material component docs
...
PiperOrigin-RevId: 195898245
2018-05-08 20:10:49 -04:00
gauthams
93212a2161
Update table style
...
PiperOrigin-RevId: 195456359
2018-05-04 15:45:00 -04:00
dniz
c806c46d08
Fix Snackbar short link to guidance
...
PiperOrigin-RevId: 195428846
2018-05-04 12:48:34 -04:00
gauthams
d9ad50ce87
Add headers for button styles
...
PiperOrigin-RevId: 195319431
2018-05-03 18:34:42 -04:00
afohrman
0d4687cedd
Update BottomNavigationView documentation.
...
Add updated styles and a few minor corrections/improvements.
PiperOrigin-RevId: 195318566
2018-05-03 18:34:21 -04:00
gauthams
41ecd8f757
Update button docs
...
PiperOrigin-RevId: 195312822
2018-05-03 18:32:44 -04:00
afohrman
dd740297d8
Update FAB documentation.
...
PiperOrigin-RevId: 195306628
2018-05-03 17:04:04 -04:00
dniz
567d36c714
Replace Top App Bar links to Material design guidance with short links
...
PiperOrigin-RevId: 195302691
2018-05-03 16:40:29 -04:00
dexterr
690eb0e797
Placeholder documentation for SideSheetBehavior.
...
Correction to Switch description.
PiperOrigin-RevId: 195266147
2018-05-03 12:55:04 -04:00
dniz
e4c8535352
Remove backlayer and materialswitch
...
PiperOrigin-RevId: 195148145
2018-05-02 17:07:28 -04:00
gauthams
64f950c429
Update MaterialButton docs
...
PiperOrigin-RevId: 195140077
2018-05-02 17:06:48 -04:00
gauthams
03c0dc3837
Update table style in TabLayout docs
...
PiperOrigin-RevId: 195137848
2018-05-02 17:06:25 -04:00
cketcham
5e20eda1dc
Update bottom app bar documentation link
...
PiperOrigin-RevId: 194998628
2018-05-02 14:11:34 -04:00
dexterr
5e2222d97d
Create Placeholder documentation for components
...
PiperOrigin-RevId: 194993387
2018-05-01 17:12:57 -04:00
afohrman
a7e00582f9
Change docsite generation code for howto guide.
...
And delete index.md. It was a duplicate of howto.md.
PiperOrigin-RevId: 194955100
2018-05-01 17:11:27 -04:00
Material Design Team
87b5e046c4
Replace links to Material design guidance with short links as appropriate.
...
PiperOrigin-RevId: 194927609
2018-05-01 17:10:56 -04:00
marianomartin
50803c06d5
[material] fix documentation for bottom app bar
...
PiperOrigin-RevId: 194241279
2018-04-30 12:01:45 -04:00
dniz
375eb8220b
Update docs to point to new widget class locations
...
PiperOrigin-RevId: 193539651
2018-04-30 11:34:37 -04:00
dniz
9ca33544ac
Update package name to com.google.android.material
...
PiperOrigin-RevId: 193236235
2018-04-30 11:24:23 -04:00