[AF Android] Creating Structure for Footer
This CL lays out the scaffolding for adding a footer to the Android Autofill dropdown. The general goal is to wrap the ListView used by the existing dropdown in new XML, which will later be expanded to contain the footer items. This is accomplished by adding a new XML layout to define the relationship between the existing list and its footer, and by adding a new setFooterView method to the popup interface which injects a View into the designated spot in the layout. Change-Id: I144580c15be4b204b86b85b3d6e44d11fc9f9acf Bug: 874077 Reviewed-on: https://chromium-review.googlesource.com/1195894 Commit-Queue: Tommy Martino <tmartino@chromium.org> Reviewed-by:Theresa <twellington@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#593716}
Showing
Please register or sign in to comment