dniz
fcf4b9f6ac
[Docs] Updated link to Google Maven in Getting Started guide to be more specific
...
PiperOrigin-RevId: 321611185
2020-07-20 12:32:51 -07:00
dniz
d103997bbe
[Docs] Added doc with instructions for how to use snapshot versions of the library
...
PiperOrigin-RevId: 316700593
2020-06-17 18:09:12 -07:00
leticiars
b45b432099
[Documentation] Updating getting started documentation to add information about compiling with Android 10.
...
Resolves https://github.com/material-components/material-components-android/issues/1306
PiperOrigin-RevId: 312365087
2020-05-19 18:52:14 -04:00
nickrout
9ce1c7d1a8
[Documentation] Updating getting started doc to include DSL migration guide.
...
PiperOrigin-RevId: 307443355
2020-04-20 15:31:49 -04:00
leticiars
d1850a3d78
[ExposedDropdownMenu] Implement workaround to inputType=none not working + move MaterialAutoCompleteTextView to textfield/ directory.
...
The alternative to android:editable="false" (which is deprecated) is to set inputType="none", however due to a framework bug that has no effect. This change makes it so it works as expected.
PiperOrigin-RevId: 299411110
2020-03-09 09:36:24 -07:00
leticiars
eba2be64f4
[Documentation] Updating text fields doc
...
PiperOrigin-RevId: 296268737
2020-02-20 16:33:09 -05:00
leticiars
8cb5dd64e0
Renaming Buttons.md to Button.md for consistency. Leaving titles as Buttons to match material.io/components
...
Also adding info about AutoCompleteTextView being auto-inflated as MaterialAutoCompleteTextView
PiperOrigin-RevId: 293224503
2020-02-04 17:34:17 -05:00
leticiars
6f6459618c
[Documentation] Update and improvements of Buttons documentation.
...
Documentation about MaterialButton and MaterialButtonToggleGroup are now in the same doc.
PiperOrigin-RevId: 292420210
2020-01-31 11:14:11 -05:00
connieshi
a381260819
Update get started guide to refer to Android 9 instead of Android P or P Preview.
...
PiperOrigin-RevId: 265447535
2019-08-29 11:24:16 -04:00
dniz
eefc276e5d
Remove specific version from Getting Started docs
...
Resolves https://github.com/material-components/material-components-android/pull/439
PiperOrigin-RevId: 258202908
2019-07-15 19:23:07 -04:00
Nicola Corti
030354f659
Update Getting Started doc to use alpha07
...
Looks like the Getting Started doc is still suggesting to use the
alpha06 of MDC. Given that the alpha07 was released several weeks ago,
I'm updating the gradle implementation line to use the latest version of
MDC.
GIT_ORIGIN_REV_ID=d9b4c752f215ec2ac7f420fce6fcef6b96831c84
Resolves https://github.com/material-components/material-components-android/pull/392
PiperOrigin-RevId: 256418728
2019-07-03 15:42:39 -04:00
dniz
eb05c986a4
Update Dark Theme docs with information and links for Android Q Dark Theme and Material Dark Theme spec
...
Android Q: https://developer.android.com/preview/features/darktheme
Material Spec: https://material.io/design/color/dark-theme.html
PiperOrigin-RevId: 247082315
2019-05-07 17:31:41 -04:00
dniz
d4f495526a
Fix Refactor to AndroidX Getting Started link
...
PiperOrigin-RevId: 222806917
2018-12-06 11:21:53 -05:00
dniz
d7e2fa871b
Update library version to 1.1.0-alpha01
...
Also updates 28.0.0-alpha3 to 28.0.0
PiperOrigin-RevId: 219336904
2018-11-01 16:14:35 -07:00
dniz
48a07e1df9
Update library version to 1.0.0
...
PiperOrigin-RevId: 214972819
2018-09-28 17:04:13 -04:00
gauthams
4564c8c907
Add new color attributes to bridge theme and check for all new attributes in ThemeEnforcement
...
PiperOrigin-RevId: 206537727
2018-08-02 18:03:20 -07:00
Gaëtan Muller
af549fc782
Update "Getting started"
...
Addresses the following two comments:
- 5bdaa0de05 (r29774155)
- 2cf1040ca8 (r29744246)
GIT_ORIGIN_REV_ID=94b630055e3e1a609b57a99d179524b3ae0eb56c
PiperOrigin-RevId: 205393529
2018-07-20 10:18:24 -04:00
Mehmet Emre Aydinli
5bdaa0de05
Update "Getting Started"
...
- "compile" has been deprecated. Changed it to "implementation"
- No longer need to use maven in repositories. Updated to google()
GIT_ORIGIN_REV_ID=322cfc89767649d726eb865d5416cdbdec3772aa
PiperOrigin-RevId: 204989838
2018-07-19 11:01:45 -04:00
gauthams
2cf1040ca8
Add bridge themes for Material Components
...
PiperOrigin-RevId: 204852599
2018-07-17 18:11:24 -04:00
dniz
5b2851eccf
Update compileSdkVersion, supportVersion, gradle build tools version, and docs
...
Resolves https://github.com/material-components/material-components-android/issues/152
PiperOrigin-RevId: 201685475
2018-06-22 11:04:32 -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
gauthams
9122d5d6be
Update docs to call out spacing differences in MaterialButton
...
PiperOrigin-RevId: 197806996
2018-05-30 17:30:59 -04:00
dniz
81c4ece8f7
Remove colorPrimaryLight, colorSecondaryLight, and colorSecondaryDark
...
PiperOrigin-RevId: 197093793
2018-05-22 13:56:47 -04:00
cketcham
a15a8b9606
Add AppCompatActivity requirement to the docs
...
PiperOrigin-RevId: 196858321
2018-05-16 14:17:50 -04:00
dniz
7426624bc8
Update Getting Started docs to have more info about dependencies and Android P
...
PiperOrigin-RevId: 196838813
2018-05-16 13:30:09 -04:00
dniz
c8861c7398
Specify version number in docs
...
PiperOrigin-RevId: 195439701
2018-05-04 13:58:50 -04:00
afohrman
f8fddb2d96
Change references to theme name examples from "MyAppTheme" to "Theme.MyApp".
...
To promote good naming practices for themes.
PiperOrigin-RevId: 195306230
2018-05-03 17:03:27 -04:00
cketcham
1dd7b63bde
Add documentation for typography
...
PiperOrigin-RevId: 195299136
2018-05-03 16:14:37 -04:00
dniz
7f66cfea6b
Theming Guide that links to individual theming systems
...
PiperOrigin-RevId: 195284308
2018-05-03 14:37:47 -04:00
dniz
d0e4cc93a9
Set up MDC Catalog build and docs
...
PiperOrigin-RevId: 195135469
2018-05-02 15:45:21 -04:00
dniz
5837aa43a1
Add getting started/migration docs for dependency and theme setup
...
PiperOrigin-RevId: 195105970
2018-05-02 14:13:25 -04:00
dniz
b134230f72
Update developer.android.com class documentation links to point to new location
...
PiperOrigin-RevId: 195093183
2018-05-02 14:12:09 -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