History log of /frameworks/support/design/tests/res/layout/design_fab.xml
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1c4d0c9dec028624cd661be53e68b1464b14ab7f 10-Nov-2016 Chris Banes <chrisbanes@google.com> Fix FAB setBackgroundTintList on L+

Caused by LayerDrawable caching its isStateful
value, meaning that if our shape drawable is not
stateful at instantiation (which is the default),
and a stateful tint is later set, it doesn't work
across state changes.

Test: included
BUG: 32785441

Change-Id: Id81951c5312785821f577c04ff657042edd899ed
/frameworks/support/design/tests/res/layout/design_fab.xml
ee63e6890156724477092fbfaba18b726a47710e 11-Jul-2016 Chris Banes <chrisbanes@google.com> Fix FloatingActionButton auto offset functionality

Also added a test for it

BUG: 30061839

Change-Id: If6fc8e34536e152516ccf6cecef22628c9a98a16
/frameworks/support/design/tests/res/layout/design_fab.xml
d95e0bb0271ae59387dd9d2ca402ad6f39d789d2 24-Feb-2016 Chris Banes <chrisbanes@google.com> Fix FAB and background attrs again

Seems that I didn't actually test with a backgroundTint
set.

Now with added tests to check the background colors.

BUG: 27270707
Change-Id: I92139e9466f33469949d68290def06bf24bbb5ea
/frameworks/support/design/tests/res/layout/design_fab.xml