Update Settings to match new mocks

Fixes: 122119972

Test: layout looks good
Change-Id: I259f7e706a6be18edc0e595ff6c3fdccf41b1178
This commit is contained in:
Kevin Chyn
2019-01-10 16:42:47 -08:00
parent 5652550c84
commit 15128cf2e2
4 changed files with 74 additions and 6 deletions

View File

@@ -179,6 +179,7 @@ public class FaceSettings extends DashboardFragment {
controllers.add(new FaceSettingsAttentionPreferenceController(context));
controllers.add(new FaceSettingsRemoveButtonPreferenceController(context));
controllers.add(new FaceSettingsFooterPreferenceController(context));
controllers.add(new FaceSettingsConfirmPreferenceController(context));
return controllers;
}