We should have a consistent UI style for widget.
When user clicks app entity, the background shape
should be rounded corner.
Change-Id: Icd64af95c007b99e5efbacf7ac3c8bcdf007b701
Fixes: 123979870
Test: visual
This widget only shows title and empty text
when there is no any app view shown.
Test: visual, robotest
Bug: 120873123
Change-Id: I2079c1e47de5b7fb2d4ea4740dfba4809375c7c1
- Add a listener for each app entity view. So, they
can handle click events individually.
- Since the parameters of setAppEntity are increasing,
I create a builder class which save some information of
app entity.
- Clean up AppEntitiesHeaderController.
Test: visual, robotest
Bug: 121271387
Change-Id: I781773d566a87a30271b0d5b2dfc9fc1bd6b225e
- Create a library named EntityHeaderWidgets, it can contains
other entity header wdigets in the future.
- Create a controller of AppEntitiesHeader,
then user can initialize its view easily.
Test: visual, robotest
Change-Id: If11b3eba75334f66b72472b2139e0e7d93984dce
Fixes: 117621156