OSDN Git Service

Fix overlapping problem on wifi detail screen
authortmfang <tmfang@google.com>
Thu, 23 May 2019 06:41:03 +0000 (14:41 +0800)
committertmfang <tmfang@google.com>
Thu, 23 May 2019 07:27:14 +0000 (15:27 +0800)
commit2ff083c2f1c4cbdaffeb0b9cc8c8d14b970b8063
tree1991a6ae9b9c987ee1d5b8c540b9314cd46ada2d
parent089d85f315908381beadac994f222235297e5dd7
Fix overlapping problem on wifi detail screen

If we didn't set view and lifecycle for EntityHeaderController,
it only sets "z-order" as 0 for action bar.

So, user sees overlapped problem while user is scrolling view.

For now, we set view and lifecycle as parameter for EntityHeaderController,
then EntityHeaderController can change "z-order" while scrolling view.

Test: visual and robo test
Fixes: 133380109
Change-Id: I0445c6aeaa42d798374d2c712e9611a09a6b55e7
src/com/android/settings/wifi/details/WifiDetailPreferenceController.java