Adjusts layout on encryption interstitial.
This adds extra spacing needed now that there is a divider between the description and the first selected item. Also adds icons for the encryption interstitial. bug:27306696 Change-Id: I0952d543ad121b0dfee5c052a67ca042d381f930
This commit is contained in:
@@ -79,7 +79,7 @@ public class SetupEncryptionInterstitial extends EncryptionInterstitial {
|
||||
|
||||
final SetupWizardPreferenceLayout layout = (SetupWizardPreferenceLayout) view;
|
||||
layout.setDividerInset(getContext().getResources().getDimensionPixelSize(
|
||||
R.dimen.suw_items_text_divider_inset));
|
||||
R.dimen.suw_items_icon_divider_inset));
|
||||
layout.setIllustration(R.drawable.setup_illustration_lock_screen,
|
||||
R.drawable.setup_illustration_horizontal_tile);
|
||||
|
||||
|
Reference in New Issue
Block a user