10 Commits

Author SHA1 Message Date
dniz
ade4df00cb Change Gradle build to output single Maven artifact
PiperOrigin-RevId: 190774454
2018-04-03 11:49:01 -04:00
gauthams
f9dec1498f Inflate MaterialButton for all <Button> tags if you are using a Material Design theme
PiperOrigin-RevId: 187563154
2018-03-12 12:53:06 -04:00
markwei
44236706b5 Use app:fontFamily instead of android:fontFamily to support pre-16 devices.
PiperOrigin-RevId: 184906896
2018-03-12 12:37:33 -04:00
gauthams
df0abdb151 Automated g4 rollback of changelist 184658131
PiperOrigin-RevId: 184894533
2018-03-12 12:37:05 -04:00
Material Design Team
0534bfb96a Automated g4 rollback of changelist 184611618
PiperOrigin-RevId: 184658131
2018-03-12 12:35:05 -04:00
gauthams
f602bc975f Update button to support tinting and backwards compatibility with AppCompatButton
PiperOrigin-RevId: 184611618
2018-03-12 12:34:13 -04:00
gauthams
abc9555ba5 Update button style names
PiperOrigin-RevId: 182446238
2018-01-25 18:11:50 -05:00
gauthams
7de8926953 Update default inset value for button component
PiperOrigin-RevId: 182314895
2018-01-25 18:09:22 -05:00
cketcham
ca52d28595 Add lint checks for button component
PiperOrigin-RevId: 179088379
2018-01-11 10:56:26 -05:00
travisc
ab2fec6da4 Move lib/src/ to lib/java/, and lib/jvmtests/javatests/ to lib/javatests/.
Bazel is happier if Java/Java test roots are named 'java' and 'javatests', and
this will mean that once we create a BUILD file for
android/support/design/{widget,internal}/ we'll no longer need a custom package
specified in our build (which tends to cause build problems that manifest quite
weirdly). This commit doesn't attempt to refactor the build at all yet, and is
just a pure move.

PiperOrigin-RevId: 178060739
2018-01-11 10:50:18 -05:00