am d922e870: am f2a795a2: am 91ba69df: Merge "Remove while box at the top right of storage setup wizard." into mnc-dev

* commit 'd922e870eacf74437f94880bbe33b1b0b4a5eb61':
  Remove while box at the top right of storage setup wizard.
This commit is contained in:
Daichi Hirono
2015-06-25 05:36:16 +00:00
committed by Android Git Automerger

View File

@@ -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);
}
}