Loading src/com/android/settings/deviceinfo/StorageWizardBase.java +2 −2 Original line number Diff line number Diff line Loading @@ -167,10 +167,10 @@ public abstract class StorageWizardBase extends Activity { protected void setIllustrationInternal(boolean internal) { if (internal) { getSetupWizardLayout().setIllustration(R.drawable.bg_internal_storage_header, android.R.color.transparent); R.drawable.bg_header_horizontal_tile); } else { getSetupWizardLayout().setIllustration(R.drawable.bg_portable_storage_header, android.R.color.transparent); R.drawable.bg_header_horizontal_tile); } } Loading Loading
src/com/android/settings/deviceinfo/StorageWizardBase.java +2 −2 Original line number Diff line number Diff line Loading @@ -167,10 +167,10 @@ public abstract class StorageWizardBase extends Activity { protected void setIllustrationInternal(boolean internal) { if (internal) { getSetupWizardLayout().setIllustration(R.drawable.bg_internal_storage_header, android.R.color.transparent); R.drawable.bg_header_horizontal_tile); } else { getSetupWizardLayout().setIllustration(R.drawable.bg_portable_storage_header, android.R.color.transparent); R.drawable.bg_header_horizontal_tile); } } Loading