Remove while box at the top right of storage setup wizard.

The CL specify correct ID for the tile asset.

BUG=22049781

Change-Id: Ib7800487518e017fab1110fde5d70cc35bceffb7
This commit is contained in:
Daichi Hirono
2015-06-25 13:40:39 +09:00
parent 95029c9701
commit ae56c1449a

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