3 Commits

Author SHA1 Message Date
Sunny Goyal
f1ea4f0e8f Removing some unnecessary packages, to simplify AndroidStudio setup
Test: Everything builds
Change-Id: I0b649eb9f6b0ad07def59d0d6f7b3e70ef64acf1
2019-03-14 12:15:43 -07:00
Joel Galenson
de5b585072 Allow ActionBarShadowController to attach to Views.
Instead of only allowing ActionbarShadowController to attach to
RecyclerViews, we allow it to attach to any View, as we can listen to
scroll events on them.

Test: See correct behavior when scrolling app info.
Test: atest ActionBarShadowControllerTest
Change-Id: I286a83599bd60ca0a592ee49198b284c5561ec58
2019-01-30 15:47:42 -08:00
Fan Zhang
391da986af Move ActionBarShadowController to settingslib.
And remove dependency to settingslib.core.Lifecycle. This class use
androidx.Lifecycle instead.

Bug: 123311100
Test: robotests
Change-Id: I80bbbf4bc2759e574d8dabf1799b3bded216f2f3
2019-01-29 15:51:31 -08:00