am 91ba69df
: Merge "Remove while box at the top right of storage setup wizard." into mnc-dev
* commit '91ba69df7e0fd7c3cc594e16a1d97339f769da09': Remove while box at the top right of storage setup wizard.
This commit is contained in:
@@ -167,10 +167,10 @@ public abstract class StorageWizardBase extends Activity {
|
|||||||
protected void setIllustrationInternal(boolean internal) {
|
protected void setIllustrationInternal(boolean internal) {
|
||||||
if (internal) {
|
if (internal) {
|
||||||
getSetupWizardLayout().setIllustration(R.drawable.bg_internal_storage_header,
|
getSetupWizardLayout().setIllustration(R.drawable.bg_internal_storage_header,
|
||||||
android.R.color.transparent);
|
R.drawable.bg_header_horizontal_tile);
|
||||||
} else {
|
} else {
|
||||||
getSetupWizardLayout().setIllustration(R.drawable.bg_portable_storage_header,
|
getSetupWizardLayout().setIllustration(R.drawable.bg_portable_storage_header,
|
||||||
android.R.color.transparent);
|
R.drawable.bg_header_horizontal_tile);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user