Add illustration to final screen in PS setup and update existing illustrations.

Screenshots:
- go/ss/9KhqUSezFKHnyys.png

Recording link:
- b/321694009#comment2

Bug: 323156268
Bug: 321694009
Test: Verified manually
Change-Id: Ib8abc080f31cad0a9be3b73a1694be744c108a06
This commit is contained in:
josephpv
2024-02-07 12:00:39 +00:00
parent c7138d9378
commit e9f3a0925b
16 changed files with 434 additions and 143 deletions

View File

@@ -56,7 +56,7 @@ public class PrivateSpaceSetLockFragment extends InstrumentedFragment {
}
GlifLayout rootView =
(GlifLayout)
inflater.inflate(R.layout.privatespace_setlock_screen, container, false);
inflater.inflate(R.layout.private_space_setlock_screen, container, false);
final FooterBarMixin mixin = rootView.getMixin(FooterBarMixin.class);
mixin.setPrimaryButton(
new FooterButton.Builder(getContext())