Made "No Recent Apps" banner brighter

- Fix b/10638903

Change-Id: I83d3dc30315c05844ed57ee3065b099ce1ec1f96
This commit is contained in:
Lifu Tang
2013-09-06 16:05:23 -07:00
parent 4c7de61320
commit 0d56bb2950

View File

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