Uses recycler view to add a line at the top in the intro
Also, adjusts the divider insets as appropriate for settings and setup wizard. bug:27591940 Change-Id: I7aeefd6d1bfe94c97f686e81bc045d31e878655f
This commit is contained in:
@@ -95,8 +95,7 @@ public abstract class FingerprintEnrollBase extends InstrumentedActivity
|
||||
}
|
||||
|
||||
protected void setHeaderText(int resId, boolean force) {
|
||||
TextView layoutTitle = (TextView) getSetupWizardLayout().findViewById(
|
||||
R.id.suw_layout_title);
|
||||
TextView layoutTitle = getSetupWizardLayout().getHeaderTextView();
|
||||
CharSequence previousTitle = layoutTitle.getText();
|
||||
CharSequence title = getText(resId);
|
||||
if (previousTitle != title || force) {
|
||||
|
||||
Reference in New Issue
Block a user