Merge "Made "No Recent Apps" banner brighter" into klp-dev

This commit is contained in:
Lifu Tang
2013-09-07 00:15:26 +00:00
committed by Android (Google) Code Review

View File

@@ -162,7 +162,6 @@ public class LocationSettings extends LocationSettingsBase
banner.setLayoutResource(R.layout.location_list_no_item);
banner.setTitle(R.string.location_no_recent_apps);
banner.setSelectable(false);
banner.setEnabled(false);
categoryRecentLocationRequests.addPreference(banner);
}