4 Commits

Author SHA1 Message Date
gauthams
51dc22478a Initialize BottomNavigationMenuView correctly in BottomNavigationPresenter
PiperOrigin-RevId: 182432827
2018-01-25 18:11:27 -05:00
afohrman
15fa53bb6d Remove field prefixes from internal.
PiperOrigin-RevId: 181202757
2018-01-11 11:13:07 -05:00
afohrman
e65c6f9587 Remove early returns from if statements in BottomNavigationMenuView.
This also fixes a lint warning to use braces with if statements.

PiperOrigin-RevId: 181198188
2018-01-11 11:12:44 -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