[WifiSetup] Make illustration header not clickable

No more "pop" sound when the illustration is tapped on.

Bug: 16331851
Change-Id: Ib528e1d6f669f71e0c2f24164726cee47b06700b
This commit is contained in:
Maurice Lam
2014-07-15 16:59:48 -07:00
parent 62a8aa7ac9
commit 5aee7d5c68

View File

@@ -95,7 +95,7 @@ public class WifiSettingsForSetupWizard extends WifiSettings {
final View title = view.findViewById(R.id.title);
if (title == null) {
final View header = inflater.inflate(R.layout.setup_wizard_header, list, false);
list.addHeaderView(header);
list.addHeaderView(header, null, false);
}
final View other = inflater.inflate(R.layout.setup_wifi_add_network, list, false);